summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2009-03-28 23:01:35 -0400
committerBrian Cully <bjc@kublai.com>2009-03-28 23:01:35 -0400
commite52bbc00ece00d46c8285781191a305054ea753d (patch)
treefa8abe79acff4b60983366a6ec179b850a5fff4c
parentc391ac117a6d4325da15788527e1ad5350fba088 (diff)
downloaddvcs-git-slides-e52bbc00ece00d46c8285781191a305054ea753d.tar.gz
dvcs-git-slides-e52bbc00ece00d46c8285781191a305054ea753d.zip
Note optional amend on commit of split.
-rw-r--r--git.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.org b/git.org
index d472cca..5eed349 100644
--- a/git.org
+++ b/git.org
@@ -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