Skip to content

Instantly share code, notes, and snippets.

@vjt
Created February 5, 2019 14:20
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 vjt/88571a2516703aefd6b2c88caae63283 to your computer and use it in GitHub Desktop.
Save vjt/88571a2516703aefd6b2c88caae63283 to your computer and use it in GitHub Desktop.
[user]
email = vjt@openssl.it # CHANGE THIS
name = Marcello Barnaba # CHANGE THIS
signingkey = 9956EB3C8D2787EF # CHANGE THIS
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile=~/.gitignore
[apply]
ignorewhitespace=change
whitespace=fix
[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
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[diff]
renameLimit = 4096
[alias]
st = status
ci = commit
ca = commit --amend
fix = commit --amend -C HEAD
br = branch
co = checkout
df = diff
lp = log -p
lg = log --graph
lgo = log --graph --oneline --all --decorate
l = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
cp = cherry-pick
m = merge
p = pull
re = rebase
rc = rebase --continue
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
lasttag = "!git tag -v `git describe | sed s#-.*##`"
wip = commit -am wip
pop = reset HEAD^
g = "grep --break --heading -i"
[push]
default = tracking
[branch]
autosetuprebase = remote
[instaweb]
httpd = webrick
[merge]
tool = opendiff
log = true
stat = true
[grep]
lineNumber = true
extendRegexp = true
[tig]
show-date = yes
line-graphics = yes
tab-size = 4
show-rev-graph = yes
[annex]
queuesize = 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment