====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
soc:2008:git-usage [2008/06/03 21:15] mdc |
soc:2008:git-usage [2008/06/09 06:26] (current) mdc |
||
---|---|---|---|
Line 27: | Line 27: | ||
cd gpxe | cd gpxe | ||
- | git-remote add personal git+ssh://USERNAME@rom.etherboot.org//pub/scm/people/USERNAME/gpxe.git | + | git-remote add personal git+ssh://USERNAME@git.etherboot.org//pub/scm/people/USERNAME/gpxe.git |
where //USERNAME// is your username on rom.etherboot.org. | where //USERNAME// is your username on rom.etherboot.org. | ||
Line 34: | Line 34: | ||
git-push personal | git-push personal | ||
- | |||
===== Example workflow ===== | ===== Example workflow ===== | ||