Git for Windows and the secret GNU Toolchain

2017-10-09

I wanted Git on my Windows system. I went to install Git-Scm.

It seems that Git-Scm comes with a lot of the GNU tools:

Eingabeaufforderung

I wanted to access them on the console.

So I went to:

My Computer ‣ Properties ‣ Advanced ‣ Environment Variables

Edit the system environment variable Path and added C:\Program Files\Git\usr\bin.

And now I have access to all the little GNU tools on my Windows box. :)