Monday 25 June 2018

Intellij not showing GIT pull

This is a  problem which you faced when you have taken clone of your repository in your file explorer using tortoise git.

And then imported your project from file explorer to Intellij.
Like this



So to solve this problem follow these steps.

1. Enter alt+ctrl+S to open setting in intellij.

2. Find version control in the sidebar.

3.select your project which is not showing as part of the GIT.

4. Add your project in GIT.



No comments:

Post a Comment

Spring boot with CORS

CORS (Cross-Origin Resource Sharing) errors occur when a web application running in a browser requests a resource from a different domain or...