Re: HACKING doc git 3rd possiblity

2008-12-18 Thread James Youngman
On Tue, Dec 16, 2008 at 4:19 PM, wrote: > In HACKING Thanks for the suggestions. > If you have made *no* changes: > git pull > > If you *have* made changes and committed them to "master", do this: > git fetch > git rebase origin > > OK, but add > > If you *have* made cha

HACKING doc git 3rd possiblity

2008-12-16 Thread jidanni
In HACKING If you have made *no* changes: git pull If you *have* made changes and committed them to "master", do this: git fetch git rebase origin OK, but add If you *have* made changes but *have not* committed them to "master", do this: As to what "this" should