Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm and Github for Windows

PhpStorm integration with Git asks me for git.exe path, however "github for windows" seems like it doesn't create any git.exe file. So is it a way to config phpstorm so it use "github for windows" for working with github?

like image 673
jgutix Avatar asked Sep 20 '12 06:09

jgutix


People also ask

How does PhpStorm integrate with Git?

Open the project that you want to put under Git. Press Alt+` to open the VCS Operations Popup and select Enable Version Control Integration. Alternatively, from the main menu, select VCS | Enable Version Control Integration. Choose Git as the version control system and click OK.

How do I add a project from PhpStorm to GitHub?

Open the project you want to share. From the main menu, choose Git | GitHub | Share Project on GitHub. If you have already registered your GitHub account in PhpStorm, connection will be established using these credentials. If you have not registered your account in PhpStorm, the Login to GitHub dialog opens.

Can you use IntelliJ with GitHub?

IntelliJ IDEA lets you manage Git projects hosted on GitHub directly from the IDE: clone repositories, share your projects, create forks, share code through gists, create pull requests and review incoming pull requests.


1 Answers

I set it up using Git Bash, once installed in PhpStorm go to:

settings > version control > Git

And point to

C:\Program Files (x86)\Git\cmd\git.exe

Or where ever you installed Git Bash

like image 53
keeg Avatar answered Oct 01 '22 22:10

keeg