Changes

Jump to navigation Jump to search
261 bytes added ,  11:21, 25 July 2017
a few branch command examples
git log --stat
</source>
 
== Git Branch ==
* list the branches you have locally <code>git branch --list</code>
* list the branches that are on remotes <code>git branch -r --list</code>
* checkout a remote branch, setting the local one to track <code>git checkout -t freephile/patch-1
 
 
== Git Log ==
4,558

edits

Navigation menu