Skip to content
This repository was archived by the owner on Jun 26, 2018. It is now read-only.

Git Cheat Sheet

Samuel Gratzl edited this page Jul 15, 2013 · 2 revisions

Checking out and tracking a new branch:

git checkout -t origin/name

http://gitready.com/intermediate/2009/01/09/checkout-remote-tracked-branch.html


Deleting a remote branch

git push origin --delete branch

Clone this wiki locally