最終更新:2022-12-05 (月) 12:29:56 (500d)  

Git for Windows
Top / Git for Windows

https://git-for-windows.github.io/

http://msysgit.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.0のインストーラ

  • Windows Explorer integration
    • Git Bash Here
    • Git GUI Here

インストールオプション

コンポーネント

  • Additional icons
    • In the Quick Launch
    • On the Desktop
  • Windows Explorer integration
    • Simple context menu (Registory based)
    • Advanced context menu (git-cheetah plugin)
  • 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?

ショートカット

  • Git Bash - git-bash.exe --cd-to-home
  • Git CMD? - git-cmd.exe --cd-to-home
  • Git GUI? - git-gui.exe

旧称

シンボリックリンク

Git for Windowsの必要なソフト

関連