dotfiles/root/home/bhasher/.gitconfig

11 lines
212 B
INI
Raw Permalink Normal View History

2024-01-26 21:38:51 +01:00
[include]
2024-01-26 23:49:54 +01:00
path = ~/.config/custom/git/.gitconfig
2024-01-26 21:38:51 +01:00
[safe]
directory = /opt/flutter
[core]
2024-01-26 23:49:54 +01:00
excludesfile = ~/.config/custom/git/.gitignore_global
2024-01-26 21:38:51 +01:00
[init]
defaultBranch = master
2024-01-29 11:20:46 +01:00
[pull]
rebase = true