BanksySan
BanksySan

Reputation: 28500

Which git.exe should I reference?

Git for Windows has installed four git.exe files.

They seem slightly different (comparing bytes).

Which should I use for other applications that want a reference to git.exe?

Upvotes: 15

Views: 3285

Answers (2)

CodeWizard
CodeWizard

Reputation: 142034

The different version are each one for a different purpose.

Upvotes: 13

Jerin Joseph
Jerin Joseph

Reputation: 1097

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.

Upvotes: 1

Related Questions