How to get GitHub desktop's "git" tool working globally in cmd, PowerShell?

170 views Asked by At

I already have GitHub Desktop, it works great, but it doesn't make available git command in Powershell and Command Promt. And I don't want to download and install entire git-scm just for this convenience.

1

There are 1 answers

2
4c74356b41 On BEST ANSWER

Just put it somewhere in the path, where windows automatically searches for executables, or extend path.

http://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/