環境
- Windows 10 Home
インストール
- Git for Windows からダウンロードする。
- 「Download」クリック
以下自分のインストール設定。
Select Start Menu Folder
「Don't create a Start Menu folder」にチェック
Choosing the default editor used by Git
テキストエディタは今のところ Sublime Text を使用してるので、
Sublime Text を選択。
Adjusting the name of the initial branch in new repositories
「Override the default branch name for new repositories」にチェック
値を「main」
上記以外は何も変更せずに「Next」
途中、
「Configuring the ternimal emulator to use with Git Bash」の項目で、
デフォルトで Use MinTTY (the default terminal of MSYS2) にチェックしてあったんだけど、
今現在 PowerShell のみで作業しているので、ここだけ様子見。
確認する
$ git -v