diff options
author | Brian Cully <bjc@kublai.com> | 2009-03-28 23:01:35 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2009-03-28 23:01:35 -0400 |
commit | e52bbc00ece00d46c8285781191a305054ea753d (patch) | |
tree | fa8abe79acff4b60983366a6ec179b850a5fff4c | |
parent | c391ac117a6d4325da15788527e1ad5350fba088 (diff) | |
download | dvcs-git-slides-e52bbc00ece00d46c8285781191a305054ea753d.tar.gz dvcs-git-slides-e52bbc00ece00d46c8285781191a305054ea753d.zip |
Note optional amend on commit of split.
-rw-r--r-- | git.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ # git reset $filename # git add --patch - # git commit + # git commit [--amend] ** In combination with git rebase, entire histories can be manipulated |