commit | 6c26bf4d4e4b1f40dcd067f8ce0c76f64eab9f47 | [log] [tgz] |
---|---|---|
author | W. Trevor King <wking@tremily.us> | Tue Feb 19 05:05:00 2013 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Feb 19 12:56:11 2013 -0800 |
tree | bc115de2c8e1db384dfa7cb8f7efec46d5fcf220 | |
parent | 7ed1690c343dc16dfd5a5493589cbf74d503c238 [diff] |
user-manual: Reorganize the reroll sections, adding 'git rebase -i' I think this interface is often more convenient than extended cherry picking or using 'git format-patch'. In fact, I removed the cherry-pick section entirely. The entry-level suggestions for rerolling are now: 1. git commit --amend 2. git format-patch origin git reset --hard origin ...edit and reorder patches... git am *.patch 3. git rebase -i origin Signed-off-by: W. Trevor King <wking@tremily.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>