dotfiles/root/home/bhasher/.gitconfig

9 lines
190 B
INI
Raw 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