Skip to content

Instantly share code, notes, and snippets.

@tyrotinal
Created May 7, 2013 04:54
Show Gist options
  • Save tyrotinal/5530326 to your computer and use it in GitHub Desktop.
Save tyrotinal/5530326 to your computer and use it in GitHub Desktop.
git: alias commands
[alias]
s = status
co = checkout
b = branch
cm = commit -m
a = add --all
p = push origin
pu = pull origin
l = log --oneline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment