wHb3uCyr 1 주 전
부모
커밋
8e4666e9b8
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/rofsjtfl.git
+    fetch = +refs/heads/*:refs/remotes/origin/*
+[branch "master"]
+    remote = origin
+    merge = refs/heads/master