Which git.exe should I reference?

后端 未结 2 1843
离开以前
离开以前 2021-02-20 00:18

Git for Windows has installed four git.exe files.

They seem slightly different (comparing bytes).

Which should I use for other applicatio

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-20 01:07

    When you are using from your windows command prompt you should be referring to the, \Program Files\Git\bin\git.exe

    The ones under mingw64 are used with the Git bash interface.

提交回复
热议问题