dotfiles/files/gitconfig.conf
Jake Howard 26e084fc77
Replace DabApps things with Torchbox
Also migrate to using host variables rather than a magic list
2021-03-10 10:53:01 +00: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