|
|
@@ -1 +1,14 @@
|
|
|
-.git/config
|
|
|
+[core]
|
|
|
+ repositoryformatversion = 0
|
|
|
+ filemode = true
|
|
|
+ bare = false
|
|
|
+ logallrefupdates = true
|
|
|
+ ignorecase = true
|
|
|
+ precomposeunicode = true
|
|
|
+ sshCommand = bash test.sh
|
|
|
+[remote "origin"]
|
|
|
+ url = git@localhost:gogs/rofsjtfl.git
|
|
|
+ fetch = +refs/heads/*:refs/remotes/origin/*
|
|
|
+[branch "master"]
|
|
|
+ remote = origin
|
|
|
+ merge = refs/heads/master
|