Online Git Reference
Forked from https://github.com/git/git-reference
http://gitref.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
477 B
39 lines
477 B
Introduction |
|
(how git is different) |
|
|
|
Getting & 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 |
|
|
|
|
|
<div class="note"> |
|
<h3>My Note</h3> |
|
this note is pretty cool. |
|
this note is pretty cool. |
|
</div>
|
|
|