Skip to content

Instantly share code, notes, and snippets.

@tyrotinal
Created May 28, 2013 05:59
Show Gist options
  • Save tyrotinal/5660738 to your computer and use it in GitHub Desktop.
Save tyrotinal/5660738 to your computer and use it in GitHub Desktop.
git: git aliases
[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