Skip to content

Instantly share code, notes, and snippets.

View cyntss's full-sized avatar
🏠
Working from home

Cynthia Sanchez cyntss

🏠
Working from home
View GitHub Profile
@cyntss
cyntss / gist:8455539
Created January 16, 2014 14:07
Github command lines
# List remote branches
git branch -r
# Checkout and track a remote branch
git checkout -t origin/<remote-name>
# Track a remote branch
git branch -t <local-name> origin/<remote-name>
# Format n commits into n patches