Skip to content

Instantly share code, notes, and snippets.

@atuttle
Created February 17, 2015 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atuttle/62f60913969c34e3ab44 to your computer and use it in GitHub Desktop.
Save atuttle/62f60913969c34e3ab44 to your computer and use it in GitHub Desktop.
[user]
name = Adam Tuttle
email = adam@fusiongrokker.com
[color]
ui = auto
[core]
autocrlf = input
excludesfile = /Users/adam/.gitignore_global
[push]
default = tracking
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr,%an)%Creset' --abbrev-commit --date=relative
st = status -sb
ignored = ls-files --others -i --exclude-standard
unstage = reset HEAD
df = diff --color-words
yolo = !git add -A . && git commit -m "YOLO" && git push origin master
[init]
templatedir = /Users/adam/.git-templates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment