Skip to content

Instantly share code, notes, and snippets.

@memclutter
Last active June 1, 2017 19:20
Show Gist options
  • Save memclutter/85732a134ee4f666a01b to your computer and use it in GitHub Desktop.
Save memclutter/85732a134ee4f666a01b to your computer and use it in GitHub Desktop.
My .gitconfig
[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