Created
October 28, 2019 22:00
-
-
Save thegoldenmule/1712a845fba0a11e13eba44b44d07034 to your computer and use it in GitHub Desktop.
My Git Config
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
[user] | |
email = [email protected] | |
name = thegoldenmule | |
[alias] | |
pl = pull | |
pf = pull --ff-only | |
ps = push | |
co = checkout | |
st = status | |
cm = commit --verbose -m | |
ca = commit --amend | |
aa = add --all | |
di = diff | |
b = branch | |
bm = branch --no-merge | |
[merge] | |
tool = vimdiff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment