# Sample gitconfig # [hub] protocol = https [user] name = AUTHORNAME email = AUTHOREMAIL [credential] helper = GIT_CREDENTIAL_HELPER [alias] co = checkout promote = !$ZSH/bin/git-promote wtf = !$ZSH/bin/git-wtf rank-contributors = !$ZSH/bin/git-rank-contributors count = !git shortlog -sn [color] diff = auto status = auto branch = auto ui = true [core] editor = atom --wait excludesfile = ~/.gitignore whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol [apply] whitespace = nowarn [mergetool] keepBackup = false [difftool] prompt = false [help] autocorrect = 1 [push] default = tracking