Skip to content

Instantly share code, notes, and snippets.

@shepherd44
Last active April 6, 2019 16:33
Show Gist options
  • Save shepherd44/a36543ec509e5a47170b86726e00077d to your computer and use it in GitHub Desktop.
Save shepherd44/a36543ec509e5a47170b86726e00077d to your computer and use it in GitHub Desktop.
.gitconfig
[color]
ui = auto
branch = auto
diff = auto
interactive = auto
status = auto
[i18n]
logoutputencoding=utf-8
commitencoding=utf-8
[core]
filemode = false
editor = vim
autocrlf = input
[alias]
co = checkout
br = branch
ci = commit
st = status
glog = log --graph --oneline --decorate --date=relative --all
d = difftool
[diff]
tool = vimdiff
[difftool]
prompt = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment