Re: [Sugar-devel] Adjusting/reworking patches with git (was: Re: Patch:

2010-05-31 Thread Michael Stone
Excerpts from James Cameron's message of Mon May 31 10:59:18 + 2010: >> 1. "git checkout HASH" where hash is the patch to be fixed, >> >> 2. "git reset HEAD^" to undo this last commit without changing the >> working copy, then >> >> 3. "git add" and "git commit" again. > > Even easier to

[Sugar-devel] Adjusting/reworking patches with git (was: Re: Patch: use standard cursors in Paint)

2010-05-31 Thread Sascha Silbe
Excerpts from James Cameron's message of Mon May 31 10:59:18 + 2010: > 1. "git checkout HASH" where hash is the patch to be fixed, > > 2. "git reset HEAD^" to undo this last commit without changing the > working copy, then > > 3. "git add" and "git commit" again. Even easier to use is "g