34 lines
357 B
Plaintext
34 lines
357 B
Plaintext
Introduction
|
|
(how git is different)
|
|
|
|
Getting and Creating Projects
|
|
* init
|
|
* clone
|
|
|
|
Basic Snapshotting
|
|
* add
|
|
* status
|
|
* diff
|
|
* commit
|
|
* rm, mv
|
|
* reset
|
|
|
|
Branching and Merging Contexts
|
|
* branch
|
|
* merge
|
|
* cherry-pick
|
|
* log
|
|
|
|
Sharing and Updating Projects
|
|
* fetch, pull
|
|
* push
|
|
|
|
Inspection, Comparison and History
|
|
* log
|
|
* diff
|
|
|
|
Fixing History
|
|
* rebase
|
|
* revert
|
|
|