Skip to content

Instantly share code, notes, and snippets.

@hausdorff
Last active December 22, 2015 07:29
Show Gist options
  • Save hausdorff/6438777 to your computer and use it in GitHub Desktop.
Save hausdorff/6438777 to your computer and use it in GitHub Desktop.
[user]
name = Alex Clemmer
email = clemmer.alexander@gmail.com
[github]
user = Hausdorff
#token = 9970ddf523092ff97bdbf398e9db2bb1
[core]
editor = vim
excludesfile = /Users/alex/.gitignore_global
autocrlf = true
[color]
diff = auto
status = auto
branch = auto
[alias]
pu = push upstream
pl = log --pretty=oneline --abbrev-commit
pld = log --oneline --decorate
c = !git add . && git commit -a
co = commit
s = status -sb
rs = !git add . && git reset --hard
a = add
d = diff
dc = diff --cached
shf = show --pretty="format:" --name-only
sh = show
b = branch
ch = checkout
p = pull
shot = show --pretty="format:" --name-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment