dotfiles/dot_tmux/dot_git/config
2023-11-13 14:25:00 +01:00

11 lines
261 B
Text

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