1
0
Fork 0
git-reference/NOTES

40 lines
477 B
Plaintext
Raw Normal View History

2010-06-03 11:14:06 +00:00
Introduction
(how git is different)
2012-05-18 18:43:56 +00:00
Getting & Creating Projects
2010-06-03 11:14:06 +00:00
* 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
2010-06-03 18:13:39 +00:00
<div class="note">
<h3>My Note</h3>
this note is pretty cool.
this note is pretty cool.
</div>