Open9

Git for Windowsのインストール

mochimochi

以下、デフォルトから変更した設定項目。

  1. Select Components
  2. Choosing the default editor used by Git
  3. Adjusting the name of the initial branch in new repositories
  4. Configuring the line ending conversions
mochimochi
  1. Select Components

    Windows Explorer integration
    コンテキストメニューから起動することはなさそうなのでチェックを外す。
mochimochi
  1. Choosing the default editor used by Git

    Use Visual Studio Code as Git's default editor
    デフォルトエディタにVSCodeを設定。
mochimochi
  1. Adjusting the name of the initial branch in new repositories

    Override the default branch name for new repositories
    デフォルトのブランチ名はmainに設定。
mochimochi
  1. Configuring the line ending conversions

    Checkout as-is, commit as-is
    改行コードは自動変換しない。