Jonas Linde <jonas@init.se>
- for the Linux kernel
- speed
- distributed
- cheap merges
- BitKeeper is doing it right
- CVS anv Subversion is doing it wrong
- files (blob)
- directories (tree)
- commits
- tags
- working directory = HEAD + uncommited changes
- index = staged files
- clone
- remote add
- fetch
- pull
- push
- pull
- fetch + merge
- fast-forward
- change files
- add/rm/mv/stage
- commit
- rebase
- reset (https://xkcd.com/1597/)
- push
- branch
- tag
- checkout
- merge
- fix
- add
- commit