Skip to content

Instantly share code, notes, and snippets.

@abams
Created August 19, 2014 17:41
Show Gist options
  • Save abams/4591646d426a7b38c596 to your computer and use it in GitHub Desktop.
Save abams/4591646d426a7b38c596 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Adam Ryan
email = adam.g.ryan@gmail.com
[credential]
helper = osxkeychain
[alias]
st = status
l = log --pretty=oneline --abbrev-commit --decorate
up = pull --rebase
co = checkout
b = branch
pr = pull-request
cp = cherry-pick
[color]
diff = always
ui = auto
[push]
default = simple
[core]
editor = subl -w
[branch]
autosetuprebase = always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment