Created
November 12, 2014 10:21
-
-
Save marceloboeira/c7251deca8ee564a06cc to your computer and use it in GitHub Desktop.
Git Aliases
This file contains 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] | |
A = add -A | |
st = status | |
cm = commit -m | |
cma = commit -am | |
b = branch | |
co = checkout | |
pl = pull | |
plom = pull origin master | |
ps = push | |
psom = push origin master | |
lg = log -p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment