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/05/22 15:43] drv add USERNAME@ part of git-remote add |
soc:2008:git-usage [2008/06/09 06:26] (current) mdc |
||
---|---|---|---|
Line 16: | Line 16: | ||
When your code is ready to be merged into the main gPXE codebase, we will pull from your personal public repository. | When your code is ready to be merged into the main gPXE codebase, we will pull from your personal public repository. | ||
- | |||
===== Setting up your repositories ===== | ===== Setting up your repositories ===== | ||
Line 28: | Line 27: | ||
cd gpxe | cd gpxe | ||
- | git-remote add personal 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 35: | Line 34: | ||
git-push personal | git-push personal | ||
- | |||
===== Example workflow ===== | ===== Example workflow ===== | ||
Line 54: | Line 52: | ||
git-push personal | git-push personal | ||
- |