Where does Github desktop install command line version of Git

👋 GitHub Desktop team member here

Do GithubDesktop really installed Git command line, if not can I force it to do so somehow ?

We no longer support the "Git Shell" environment you might be thinking of, as we decided to focus our resources on the GUI experience. You can read the discussion and why we decided to drop support here: https://github.com/desktop/desktop/issues/340

If you want a command line Git experience on Windows, Git for Windows is your best bet.


On Windows the latest Electron / unified versions of github desktop has git stored here:

C:\Users\UserName\AppData\Local\GitHubDesktop\app-1.0.5\resources\app\git\cmd\git.exe

Tags:

Git

Github