0
1

More than 3 years have passed since last update.

【Git】最初にやる設定と設定内容の確認

Posted at

最初にやった方がいい設定

$ git config --global user.name "ユーザー名を入力"
$ git config --global user.email "Emailアドレス"
$ git config --global --global color.ui ture

現在のGitの設定内容がどうなっているかの確認方法

$ git config -l

これでずらずらと設定内容が表示される。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1