Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Last active October 3, 2015 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lukearmstrong/2501038 to your computer and use it in GitHub Desktop.
Save lukearmstrong/2501038 to your computer and use it in GitHub Desktop.
.gitconfig
[alias]
addr = add -A .
ci = commit
co = checkout
ff = merge --ff-only
lg = log --graph --decorate --branches --oneline --remotes --tags --all -20
lga = log --graph --decorate --branches --oneline --remotes --tags --all
st = status
[color]
status = auto
diff = auto
interactive = auto
branch = auto
[core]
editor = vim
excludesfile = ~/.gitignore_global
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[difftool]
prompt = false
[mergetool]
keepBackup = false
[push]
default = matching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment