git
流れ
新規
定常
作業する
ステージング
リポジトリ
言葉
実作業
gitを使う際に必要となる設定
git config --global user.name USERNAME # user名の登録
git config --global user.email EMAIL # e-mailアドレスの登録
git config -l # 設定状態
基本コマンド
今の自分の状態を知る
git config -l
config
使い方を調べよう
git config --help
git help config
git config --global color.ui true
git config -l
git config --help
git help config
最終更新:2020年08月02日 19:25