Skip to content

Instantly share code, notes, and snippets.

@minemanemo
Last active September 7, 2020 07:37
Show Gist options
  • Save minemanemo/aade19c0472a3878bf6c03a40cc5674d to your computer and use it in GitHub Desktop.
Save minemanemo/aade19c0472a3878bf6c03a40cc5674d to your computer and use it in GitHub Desktop.
[color]
ui = auto
branch = auto
diff = auto
interactive = auto
status = auto
[user]
name =
email =
[i18n]
logoutputencoding=utf-8
commitencoding=utf-8
[core]
filemode = false
editor = vim
autocrlf = true
editor = "code --wait"
[alias]
co = checkout
br = branch
ci = commit
st = status
glog = log --graph --oneline --decorate --date=relative --all
olog = log --graph --oneline --decorate --date=relative
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