Difference between revisions of "Summary of Git Commands"

From PeformIQ Upgrade
Jump to navigation Jump to search
 
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 18: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