517OILoi před 1 týdnem
rodič
revize
a7a4bdfb52
1 změnil soubory, kde provedl 14 přidání a 1 odebrání
  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