Skip to content

Instantly share code, notes, and snippets.

@hanbei
Last active September 22, 2020 07:08
Show Gist options
  • Save hanbei/5757289 to your computer and use it in GitHub Desktop.
Save hanbei/5757289 to your computer and use it in GitHub Desktop.
Git Config
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
whitespace = red reverse
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
autocrlf = input
[alias]
st = status
b = branch
co = checkout
ll = log --oneline --graph --decorate
[merge]
tool = meld
conflictstyle = diff3
[http]
sslVerify = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment