Skip to content

Instantly share code, notes, and snippets.

@goghino
Last active September 5, 2016 07:34
Show Gist options
  • Save goghino/3b699e1b90b1b43f8b4c to your computer and use it in GitHub Desktop.
Save goghino/3b699e1b90b1b43f8b4c to your computer and use it in GitHub Desktop.
[user]
name = Juraj Kardos
email = juraj.kardos@usi.ch
[core]
pager = less -R #fixes color escaping for 'git diff'
autocrlf = input #automaticaly handle line endings, strip cr
[color]
ui = auto
[color "branch"]
current = yellow bold
local = green bold
remote = cyan bold
[color "status"]
added = green bold
changed = yellow bold
untracked = red bold
[github]
user = goghino
token = token #generate access token at github.com
[diff]
tool = diff
[diftool]
prompt = false
[push]
default = simple #push only current branch
[alias]
st = status -s
lg = log --oneline --decorate --all --graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment