Last active
April 15, 2020 21:12
-
-
Save anfibiacreativa/b5b6595bdfec729f62cdf49142c043ad to your computer and use it in GitHub Desktop.
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] | |
co = checkout | |
com = commit -am | |
aa = add -A | |
cot = checkout --track | |
st = status | |
sta = stash save | |
stal = stash list | |
bll = branch -a | |
blr = branch -r | |
br = branch | |
reh = reset --hard HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment