最終更新:2025-03-15 (土) 02:59:12 (38d)
Git for Windows
Top / Git for Windows
https://git-for-windows.github.io/
メモ
- 本家GitへWindows環境特有の差分を加えたもの
- 2.5.0からpreviewじゃなくなった
- Git-1.7.4-preview20110204.exe
- Git-2.7.0-64-bit.exe
Git for Windows/バージョン
更新
履歴
ツール
- Git Bash
- Git GUI
- Shell統合
Git Credential Manager Core
Git Credential Manager for Windows
- 2.7.2 (2016/02/23) now ships with the Git Credential Manager for Windows.
2.7.0のインストーラ
- Windows Explorer integration
- Git Bash Here
- Git GUI Here
インストールオプション
コンポーネント
- Additional icons
- In the Quick Launch
- On the Desktop
- Windows Explorer integration
- Associate .git* configuration files with the default text editor
- Associate .sh files to be run with Bash
- Use a TrueType font in all console windows (not only for Git Bash)
環境変数
- Use Git from Git Bash only
- Use Git from Windows Command Prompt
- 最小限のコマンドがPATHに追加される。
- Use Git and optional Unix tools from the Windows Command Prompt
- findとかsortがUnixの方のでオーバーライドされる。
改行コード
Checkout Windows-style, commit Unix-style line endings
- Git will convert LF to CRLF when checking out text files. When committing text files, CRLF will be converted to LF. For cross-platform projects, this is the recommended setting on Windows ("core.autocrlf" is set to "true")
Checkout as-is, commit Unix-style line endings
- Git will not perform any conversion when checking out text files. When committing text files, CRLF will be converted to LF. For cross-platform projects this is the recommended setting on Unix ("core.autocrlf" is set to "input").
Checkout as-is, commit as-is
- Git will not perform any conversions when checking out or committing text files. Choosing this option is not recommended for cross-platform projects ("core.autocrlf" is set to "false")
インストール先
- Program Files (x86)/Git?
ショートカット
旧称
- msysGit - C言語のコンパイラーを含むGit for Windowsソースコード一式