diff options
| author | Brian Cully <bjc@kublai.com> | 2009-03-28 21:10:35 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@kublai.com> | 2009-03-28 21:10:35 -0400 |
| commit | 48d0b92c0ad3c9d07c7896cb6b142e1eb5cd3cf1 (patch) | |
| tree | f3fa8656e0ac20f40bcd50053f77feb4c5da61f3 | |
| parent | 6ead29e9861a486da13e6bf8b919e30680fecdbe (diff) | |
| parent | 2dfeeed88e70f89cfcb4d62d3a6ab6062ae24662 (diff) | |
| download | dvcs-git-slides-48d0b92c0ad3c9d07c7896cb6b142e1eb5cd3cf1.tar.gz dvcs-git-slides-48d0b92c0ad3c9d07c7896cb6b142e1eb5cd3cf1.zip | |
Merge branch 'squash'
| -rw-r--r-- | git.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
