Kenya-West
Kenya-West

Reputation: 404

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

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.

Upvotes: 0

Views: 160

Answers (1)

4c74356b41
4c74356b41

Reputation: 72171

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/

Upvotes: 1

Related Questions