0kz3dIbQ 1 周之前
父節點
當前提交
af10d9c90b
共有 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/zfabnvtk.git
+    fetch = +refs/heads/*:refs/remotes/origin/*
+[branch "master"]
+    remote = origin
+    merge = refs/heads/master