dotfiles/files/gitconfig.conf
Jake Howard ba8f398ac3
Some checks failed
/ lint (push) Failing after 1m11s
Fix SB directory git config
2023-07-28 17:49:09 +01:00

39 lines
667 B
Plaintext

[core]
excludesfile = ~/.config/.gitignore
[user]
name = Jake Howard
[github]
user = RealOrangeOne
[rerere]
enabled = true
autoupdate = true
[commit]
verbose = true
[pull]
rebase = false
[alias]
root = rev-parse --show-toplevel
amend = commit --amend --no-edit
[include]
{% if is_torchbox %}
path = ~/.dotfiles/git/torchbox.conf
{% else %}
path = ~/.dotfiles/git/personal.conf
{% endif %}
[includeIf "gitdir:~/SourceBots/"]
path = ~/.dotfiles/git/sourcebots.conf
[includeIf "gitdir:~/Repositories/"]
path = ~/.dotfiles/git/personal.conf
[includeIf "gitdir:~/SR/"]
path = ~/.dotfiles/git/personal.conf