Difference between revisions of "Summary of Git Commands"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (Created page with " Category:Git Category:Development Category:Software Tools") |
PeterHarding (talk | contribs) |
||
Line 1: | Line 1: | ||
=Working with Branches= | |||
* git branch | |||
* git branch -a | |||
* git branch -r | |||
=Reviewing Remotes= | |||
* git remote show origin | |||
* git ls-remote --heads origin | |||
Revision as of 19:56, 1 April 2012
Working with Branches
- git branch
- git branch -a
- git branch -r
Reviewing Remotes
- git remote show origin
- git ls-remote --heads origin