LoginSignup
0
0

More than 5 years have passed since last update.

git config基本操作

Posted at

確認

すべて

$ git config [--list|-l]

名前指定

$ git config --get $name

編集

$ git config [--edit|-e]

追加・変更

$ git config $name $value

削除

$ git config --unset $name
0
0
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
0