Skip to content

Instantly share code, notes, and snippets.

@rikukissa
Created August 31, 2020 11:59
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 rikukissa/814e6f53159e66c1d03a9e641874fbec to your computer and use it in GitHub Desktop.
Save rikukissa/814e6f53159e66c1d03a9e641874fbec to your computer and use it in GitHub Desktop.
[core]
quotepath = false
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
[color]
ui = true
[color "branch"]
current = yellow black
local = yellow
remote = magenta
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red reverse
new = green reverse
whitespace = white reverse
[color "status"]
added = green
changed = yellow
untracked = cyan reverse
branch = magenta
[alias]
st = status
co = checkout
br = branch
ci = commit
gr = log --graph
pom = push origin master
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment