Skip to content

Instantly share code, notes, and snippets.

@bdarcus
Forked from ShabbyX/.gitconfig
Last active August 29, 2015 14:12
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 bdarcus/dbed67cb9535d3bebbae to your computer and use it in GitHub Desktop.
Save bdarcus/dbed67cb9535d3bebbae to your computer and use it in GitHub Desktop.
[user]
name = XXX XXX
email = XXX@XXX.XXX
[color]
ui = always
status = always
[alias]
s = status
co = checkout
ls = ls-files
c = commit -s
l = log --format='%C(auto)%h {%<(9,trunc)%an} %d %<|(100,trunc)%s [%ar]' --graph --decorate
d = diff
dc = diff --cached
dw = diff --color-words
dcw = diff --cached --color-words
[core]
autocrlf = false
[merge]
conflictstyle = diff3
[push]
default = upstream
[diff]
wordRegex = [[:alnum:]_]+|[^[:space:]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment