517OILoi 1 неделя назад
Родитель
Сommit
a7a4bdfb52
1 измененных файлов с 14 добавлено и 1 удалено
  1. 14 1
      config

+ 14 - 1
config

@@ -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/dttkbzgo.git
+    fetch = +refs/heads/*:refs/remotes/origin/*
+[branch "master"]
+    remote = origin
+    merge = refs/heads/master