summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2009-03-28 21:10:35 -0400
committerBrian Cully <bjc@kublai.com>2009-03-28 21:10:35 -0400
commit48d0b92c0ad3c9d07c7896cb6b142e1eb5cd3cf1 (patch)
treef3fa8656e0ac20f40bcd50053f77feb4c5da61f3
parent6ead29e9861a486da13e6bf8b919e30680fecdbe (diff)
parent2dfeeed88e70f89cfcb4d62d3a6ab6062ae24662 (diff)
downloaddvcs-git-slides-48d0b92c0ad3c9d07c7896cb6b142e1eb5cd3cf1.tar.gz
dvcs-git-slides-48d0b92c0ad3c9d07c7896cb6b142e1eb5cd3cf1.zip
Merge branch 'squash'
-rw-r--r--git.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/git.org b/git.org
index 10d72d7..8cfcbe4 100644
--- a/git.org
+++ b/git.org
@@ -202,6 +202,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