Skip to content

Instantly share code, notes, and snippets.

@GromNaN
Last active February 8, 2016 12:51
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 GromNaN/9081b690c9fc9e41380e to your computer and use it in GitHub Desktop.
Save GromNaN/9081b690c9fc9e41380e to your computer and use it in GitHub Desktop.
gitconfig
[core]
autocrlf = input
fileMode = false
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto
[alias]
st = status
ci = commit
co = checkout
df = diff
dfc = diff --cached
br = branch --verbose
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
fe = fetch --all --prune
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -n 20 --
[push]
default = current
[branch]
autosetuprebase = always
[url "https://"]
insteadOf = git://
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment