Summary of Git Commands

From PeformIQ Upgrade
Revision as of 18:56, 1 April 2012 by PeterHarding (talk | contribs)
Jump to navigation Jump to search

Working with Branches

  • git branch
  • git branch -a
  • git branch -r

Reviewing Remotes

  • git remote show origin
  • git ls-remote --heads origin