diff options
| author | Brian Cully <bjc@kublai.com> | 2009-03-28 19:08:16 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@kublai.com> | 2009-03-28 19:08:16 -0400 |
| commit | 357c370ff23b22047573efd0dd985a2742be26e6 (patch) | |
| tree | 2085b99e11fcfc4fb584ac1345d0300ac262a6f2 | |
| parent | be36325d7bd77cfd803989f452f32f387c8e390b (diff) | |
| download | dvcs-git-slides-357c370ff23b22047573efd0dd985a2742be26e6.tar.gz dvcs-git-slides-357c370ff23b22047573efd0dd985a2742be26e6.zip | |
Add git problem solutions and hubris.
| -rw-r--r-- | git.org | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -177,13 +177,26 @@ Can be used to reset the index, or certain files in the index, to a given commit, which is HEAD by default. -* How dVCS democratizes version control +* Problems git solves + +** Mixed two patches together + + # git reset $filename + # git add --patch + # git commit + +** In combination with git rebase, entire histories can be manipulated * My seekrit agenda I am a lazy programmer, and the more people who use git the easier my life is. I use git because... +** Three great virtues of a programmer +*** Laziness +*** Impatience +*** Hubris + * Additional Resources # Git - SVN Crash Course |
