Last active
June 1, 2017 19:20
-
-
Save memclutter/85732a134ee4f666a01b to your computer and use it in GitHub Desktop.
My .gitconfig
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 = Memory Clutter | |
[push] | |
default = simple | |
[alias] | |
a = add | |
aa = add . | |
b = branch | |
bd = branch -D | |
bm = branch -M | |
co = checkout | |
cb = checkout -b | |
cl = clean -fd | |
ci = commit | |
cm = commit -m | |
df = diff --color=auto | |
ph = push | |
pl = pull | |
pr = pull --rebase | |
st = status | |
[core] | |
autocrlf = input | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment