Files
dotfiles/dot_bash_it/dot_git/config
2022-05-05 22:20:02 +02:00

12 lines
273 B
Plaintext

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://github.com/Bash-it/bash-it.git
fetch = +refs/heads/master:refs/remotes/origin/master
[branch "master"]
remote = origin
merge = refs/heads/master