質問編集履歴

2

補足

2018/12/14 02:54

投稿

takeke
takeke

スコア60

test CHANGED
File without changes
test CHANGED
@@ -55,3 +55,83 @@
55
55
 
56
56
 
57
57
  追記:上記ループ繰り返しているといつのまにかpushできるようになる時があるのですが、上記以外で他のコマンド書いてないと思うので、なぜpushできたのかわかりません。
58
+
59
+
60
+
61
+ 追記2:git config --show-origin --get all core.editorの反応
62
+
63
+
64
+
65
+ ```
66
+
67
+ error: unknown option `show-origin'
68
+
69
+ usage: git config [options]
70
+
71
+
72
+
73
+ Config file location
74
+
75
+ --global use global config file
76
+
77
+ --system use system config file
78
+
79
+ --local use repository config file
80
+
81
+ -f, --file <file> use given config file
82
+
83
+
84
+
85
+ Action
86
+
87
+ --get get value: name [value-regex]
88
+
89
+ --get-all get all values: key [value-regex]
90
+
91
+ --get-regexp get values for regexp: name-regex [value-regex]
92
+
93
+ --replace-all replace all matching variables: name value [value_regex]
94
+
95
+ --add add a new variable: name value
96
+
97
+ --unset remove a variable: name [value-regex]
98
+
99
+ --unset-all remove all matches: name [value-regex]
100
+
101
+ --rename-section rename section: old-name new-name
102
+
103
+ --remove-section remove a section: name
104
+
105
+ -l, --list list all
106
+
107
+ -e, --edit open an editor
108
+
109
+ --get-color <slot> find the color configured: [default]
110
+
111
+ --get-colorbool <slot>
112
+
113
+ find the color setting: [stdout-is-tty]
114
+
115
+
116
+
117
+ Type
118
+
119
+ --bool value is "true" or "false"
120
+
121
+ --int value is decimal number
122
+
123
+ --bool-or-int value is --bool or --int
124
+
125
+ --path value is a path (file or directory name)
126
+
127
+
128
+
129
+ Other
130
+
131
+ -z, --null terminate values with NUL byte
132
+
133
+ --includes respect include directives on lookup
134
+
135
+
136
+
137
+ ```

1

補足

2018/12/14 02:54

投稿

takeke
takeke

スコア60

test CHANGED
File without changes
test CHANGED
@@ -51,3 +51,7 @@
51
51
 
52
52
 
53
53
  git の記事は沢山見つかるんですが結局何が原因でどうしたら改善できるのかわかりませんでしたので質問させていただきました。まだgit自体使い始めたばかりなので教えていただけると助かります。よろしくお願いいたしますm(__)m
54
+
55
+
56
+
57
+ 追記:上記ループ繰り返しているといつのまにかpushできるようになる時があるのですが、上記以外で他のコマンド書いてないと思うので、なぜpushできたのかわかりません。