Gitインストール

https://git-scm.com/
バージョン - 2.6.1
Windows7 64bit


①Select Destination Location
C:\Program Files\Git

②Select Components
チェックしたもの
Additional icons
 On the Desktop
Windows Explorer integration(右クリック時のメニュー)
 Git Bash Here
 Git GUI Here

③Select Start Menu Folder
Git

④Adjusting your PATH environment
・Use Git From Git Bash only
・Use Git from the Windows Command Prompt
・Use Git and optional Unix tools from the Windows Command Prompt
今回は真ん中を選択。
GitBash + Windowsのコマンドプロントも使えるようにしておいた。
三番目はよくわからなかった。

⑤Choosing the SSH executable
Use OpenSSH

⑥Configuring the line ending conversions
・Checkout Windows-style, commit Unix-style line endings
Windowsだけで使う場合)
・Checkout as-is, commit Unix-style line endings
WindowsLinuxなどを使う場合)
・Checkout as-is, commit as-is
今回は真ん中を選択。

⑦Configuring the terminal emulator to use with Git Bash
・Use MinTTY(the default terminai of MSys2)
・Use Windows default console window
今回はUse MinTTYを選択。

⑧Configuring experimental performance tweaks
よくわからないのでデフォルトのチェックなしのまま。


インストール完了