mirror of
https://github.com/danog/gift.git
synced 2024-11-27 04:14:42 +01:00
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = true
|
|
bare = false
|
|
logallrefupdates = true
|
|
[remote "origin"]
|
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
url = git@github.com:octocat/Spoon-Knife.git
|
|
[branch "master"]
|
|
remote = origin
|
|
merge = refs/heads/master
|