Skip to content

Instantly share code, notes, and snippets.

@robraux
Created September 20, 2013 15:51
Show Gist options
  • Save robraux/6639635 to your computer and use it in GitHub Desktop.
Save robraux/6639635 to your computer and use it in GitHub Desktop.
[alias]
st = status
ci = commit
br = branch
brr = "!f(){ git push origin origin:refs/heads/$1 && git checkout --track -b $1 origin/$1; };f"
df = diff
lg = log
co = checkout
m = checkout master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment