27 lines
779 B
INI
27 lines
779 B
INI
[user]
|
|
|
|
name = "Hactarus"
|
|
email = Hactarus@users.noreply.github.com
|
|
|
|
|
|
[alias]
|
|
pushdev = !git push --set-upstream origin "`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`:dev/hactarus/`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`"
|
|
graph = !git log --oneline --graph --abbrev-commit --decorate --date=relative --all --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)\n'
|
|
|
|
[push]
|
|
default = simple
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[commit]
|
|
gpgsign = true
|
|
|
|
[url "ssh://git@gitlab.com"]
|
|
insteadOf = "https://www.gitlab.com"
|
|
|
|
[url "ssh://git@github.com"]
|
|
insteadOf = "https://www.github.com"
|
|
|
|
[includeIf "gitdir:~/work"]
|
|
path = .gitconfig-work
|