2018-03-31 18:13:48 +01:00
|
|
|
[core]
|
2018-03-31 18:18:20 +01:00
|
|
|
excludesfile = ~/.config/.gitignore
|
2018-03-31 18:13:48 +01:00
|
|
|
|
|
|
|
[user]
|
|
|
|
name = Jake Howard
|
|
|
|
|
2018-03-31 18:18:20 +01:00
|
|
|
[github]
|
|
|
|
user = RealOrangeOne
|
|
|
|
|
2018-04-13 17:13:22 +01:00
|
|
|
[rerere]
|
|
|
|
enabled = true
|
|
|
|
autoupdate = true
|
|
|
|
|
2018-09-17 16:47:52 +01:00
|
|
|
[commit]
|
|
|
|
verbose = true
|
|
|
|
|
2020-06-20 15:42:47 +01:00
|
|
|
[pull]
|
|
|
|
rebase = false
|
|
|
|
|
2019-08-20 21:24:05 +01:00
|
|
|
[alias]
|
|
|
|
root = rev-parse --show-toplevel
|
2019-11-22 13:40:00 +00:00
|
|
|
amend = commit --amend --no-edit
|
2019-08-20 21:24:05 +01:00
|
|
|
|
2018-03-31 18:13:48 +01:00
|
|
|
[include]
|
2021-03-10 10:42:54 +00:00
|
|
|
{% if is_torchbox %}
|
|
|
|
path = ~/.dotfiles/git/torchbox.conf
|
2018-09-10 08:53:04 +01:00
|
|
|
{% else %}
|
2018-03-31 18:13:48 +01:00
|
|
|
path = ~/.dotfiles/git/personal.conf
|
2018-09-10 08:53:04 +01:00
|
|
|
{% endif %}
|
2018-03-31 18:55:32 +01:00
|
|
|
|
|
|
|
[includeIf "gitdir:~/sourcebots/"]
|
|
|
|
path = ~/.dotfiles/git/sourcebots.conf
|
2018-06-22 11:31:44 +01:00
|
|
|
|
|
|
|
[includeIf "gitdir:~/Repositories/"]
|
|
|
|
path = ~/.dotfiles/git/personal.conf
|
2018-09-28 10:38:01 +01:00
|
|
|
|
2019-10-21 08:37:12 +01:00
|
|
|
[includeIf "gitdir:~/SR/"]
|
|
|
|
path = ~/.dotfiles/git/personal.conf
|