dotfiles/files/gitconfig.conf

39 lines
667 B
Plaintext
Raw Normal View History

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
[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]
{% 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
2023-07-28 17:49:09 +01:00
[includeIf "gitdir:~/SourceBots/"]
2018-03-31 18:55:32 +01:00
path = ~/.dotfiles/git/sourcebots.conf
[includeIf "gitdir:~/Repositories/"]
path = ~/.dotfiles/git/personal.conf
[includeIf "gitdir:~/SR/"]
path = ~/.dotfiles/git/personal.conf