1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
worktree = ../../../../examples/gtk-layer-shell
[remote "origin"]
url = https://github.com/wmww/gtk-layer-shell.git
fetch = +refs/heads/master:refs/remotes/origin/master
[branch "master"]
remote = origin
merge = refs/heads/master
[gc]
auto = 0
[http "https://github.com/"]
extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX29HUkFDR0lCVnVycHdVOXd0RHZ6clVscVNJeEtpbDQwSUdRdg==
[url "https://github.com/"]
insteadOf = git@github.com:
insteadOf = org-130065133@github.com:
|