2021-05-29 16:10:23 +02:00
|
|
|
[user]
|
2021-06-28 12:48:11 +02:00
|
|
|
name = h7x4
|
|
|
|
email = h7x4abk3g@protonmail.com
|
|
|
|
|
|
|
|
[init]
|
|
|
|
defaultBranch = main
|
2021-05-29 16:10:23 +02:00
|
|
|
|
|
|
|
[alias]
|
2021-06-28 12:48:11 +02:00
|
|
|
aliases = !git config --get-regexp alias | sed -re 's/alias\\.(\\S*)\\s(.*)$/\\1 = \\2/g'
|
|
|
|
uncommit = "reset --soft HEAD^"
|
2021-05-29 16:10:23 +02:00
|
|
|
rev = "checkout HEAD -- "
|
|
|
|
revall = "checkout ."
|
|
|
|
unadd = "rm --cached "
|
2021-06-28 12:48:11 +02:00
|
|
|
delete-merged = "!git branch --merged | grep -v '\\*' | xargs -n 1 git branch -d"
|
|
|
|
|
|
|
|
mkbr = "checkout -b"
|
|
|
|
mvbr = "branch -m"
|
|
|
|
rmbr = "branch -d"
|
|
|
|
rrmbr = "push origin --delete"
|
2021-05-29 16:10:23 +02:00
|
|
|
|
|
|
|
graph = "log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"
|
|
|
|
graphv = "log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all"
|
|
|
|
g = !"git graph"
|
|
|
|
|
2021-06-28 12:48:11 +02:00
|
|
|
[core]
|
|
|
|
excludesfile = ~/.gitignore
|
|
|
|
attributesfile = ~/.gitattributes
|
|
|
|
|
|
|
|
# Treat spaces before tabs and all kinds of trailing whitespace as an error.
|
|
|
|
# [default] trailing-space: looks for spaces at the end of a line
|
|
|
|
# [default] space-before-tab: looks for spaces before tabs at the beginning of a line
|
|
|
|
whitespace = space-before-tab,-indent-with-non-tab,trailing-space
|
|
|
|
|
|
|
|
precomposeunicode = false
|
|
|
|
untrackedCache = true
|
|
|
|
|
|
|
|
editor = nvim
|
|
|
|
pager = less
|
|
|
|
|
2021-05-29 16:10:23 +02:00
|
|
|
[color]
|
2021-06-28 12:48:11 +02:00
|
|
|
ui = auto
|
2021-05-29 16:10:23 +02:00
|
|
|
|
|
|
|
[github]
|
2021-06-28 12:48:11 +02:00
|
|
|
user = h7x4abk3g
|
2021-05-29 16:10:23 +02:00
|
|
|
|
|
|
|
[filter "lfs"]
|
2021-06-28 12:48:11 +02:00
|
|
|
required = true
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
|
|
|
|
[diff]
|
|
|
|
mnemonicPrefix = true
|
|
|
|
renames=true
|
|
|
|
tool = nvimdiff
|
|
|
|
[merge]
|
|
|
|
tool = nvimdiff
|
|
|
|
conflictstyle = diff3
|
|
|
|
[mergetool]
|
|
|
|
keepBackup = false
|
|
|
|
[mergetool "nvimdiff"]
|
|
|
|
cmd = "nvim -d $BASE $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'"
|
|
|
|
|
|
|
|
[grep]
|
|
|
|
break = true
|
|
|
|
heading = true
|
|
|
|
lineNumber = true
|
|
|
|
extendedRegexp = true
|
|
|
|
|
|
|
|
# URL Stuff
|
|
|
|
|
|
|
|
[url "git@github.com:"]
|
|
|
|
insteadOf = "gh:"
|
|
|
|
pushInsteadOf = "github:"
|
|
|
|
pushInsteadOf = "git://github.com/"
|
|
|
|
|
|
|
|
[url "git://github.com/"]
|
|
|
|
insteadOf = "github:"
|
|
|
|
|
|
|
|
[url "git@gist.github.com:"]
|
|
|
|
insteadOf = "gst:"
|
|
|
|
pushInsteadOf = "gist:"
|
|
|
|
pushInsteadOf = "git://gist.github.com/"
|
|
|
|
|
|
|
|
[url "git://gist.github.com/"]
|
|
|
|
insteadOf = "gist:"
|
|
|
|
|
|
|
|
[url "aur@aur.archlinux.org:"]
|
|
|
|
insteadOf = "aur:"
|
|
|
|
pushInsteadOf = "aur:"
|
|
|
|
pushInsteadOf = "git://aur.archlinux.org/"
|
|
|
|
|
|
|
|
[url "git@gitlab.stud.idi.ntnu.no"]
|
|
|
|
insteadOf = "ntnu:"
|
|
|
|
pushInsteadOf = "ntnu:"
|
|
|
|
pushInsteadOf = "git://gitlab.stud.idi.ntnu.no/"
|
|
|
|
|
|
|
|
# Colors
|
|
|
|
[color "branch"]
|
|
|
|
upstream = cyan
|