ページの作成:「==初期設定== {| class="wikitable" summary="gitコマンド" !コマンド !! 説明 |- |<code>git config --list</code> || 設定オプションを表示 |- |<code>git…」 |
|||
6行目: | 6行目: | ||
|- | |- | ||
|<code>git config user.name</code> || 設定値を表示 | |<code>git config user.name</code> || 設定値を表示 | ||
|- | |||
|<code>git help</code> || ヘルプの表示 | |||
|} | |} |
2019年7月6日 (土) 15:04時点における版
初期設定
コマンド | 説明 |
---|---|
git config --list |
設定オプションを表示 |
git config user.name |
設定値を表示 |
git help |
ヘルプの表示 |