0
0

More than 1 year has passed since last update.

git 初期設定おすすめ

Last updated at Posted at 2022-08-20

git init
↑複数回NG
git config --global user.name "githubのユーザ名"
git config --global user.email githubに登録したメアド

------ここからは意味もわからず使わないこと------
git config --global merge.ff false
→マージのときにファストフォワード起こらない
git config --global pull.rebase merges
→プルのときにリベースする
git config --list
→設定確認

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