Created
April 10, 2018 10:37
-
-
Save vonhraban/9dfe023c0783c7734a84ff80fa004e32 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] | |
a = add | |
s = status | |
b = branch | |
can = commit --amend --no-edit | |
pf = push --force | |
rewrite = "!git add . && git can && git push -f" | |
la = "!git config -l | grep alias | cut -c 7-" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment