Skip to content

Instantly share code, notes, and snippets.

@MattSkala
Created November 29, 2019 15:41
Show Gist options
  • Save MattSkala/29b50e4f9e87ce18b6cf6266310ba23b to your computer and use it in GitHub Desktop.
Save MattSkala/29b50e4f9e87ce18b6cf6266310ba23b to your computer and use it in GitHub Desktop.
[user]
name = Matouš Skála
email = skala.matous@gmail.com
[alias]
st = status
hist = log --pretty=format:\"%C(yellow)%h %Cred%ad%Cgreen%d %Creset%s %Cblue[%an]\" --graph --date=short --date=relative
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = green
changed = yellow
untracked = cyan
[push]
default = current
[core]
excludesfile = /Users/matt/.gitignore
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment