From 0c5f325df29cc20dc1d4819527493c441c444c18 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 28 Mar 2009 19:15:11 -0400 Subject: Add rebase -i example. --- git.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/git.org b/git.org index ca7349c..b6ac789 100644 --- a/git.org +++ b/git.org @@ -187,6 +187,14 @@ ** In combination with git rebase, entire histories can be manipulated + # git rebase -i $ref + # git reset HEAD^ + # git add --patch + # git commit -c ORIG_HEAD + # git add -u + # git commit + # git rebase --continue + * My seekrit agenda I am a lazy programmer, and the more people who use git the easier -- cgit v1.2.3