Created
May 7, 2013 04:54
-
-
Save tyrotinal/5530326 to your computer and use it in GitHub Desktop.
git: alias commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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