How to configure Pycharm with github
If you configured a previous project with your github account and now you try to work on it with Pycharm, yu will see this message when you'll start this IDE:
Unregistered VCS root detected
The directory ... is under Git, but is not registered in the Settings.
Add root Configure Ignore
Press Add root to add your folder to the git project configured on it.
Go to the Version Control tab and start to add files to it with Add to VCS (or press Ctrl + Alt + A on the file) on the ChangeList catalogued as Unversioned Files.
Write your github user and password and you are done.
Enjoy it!
Unregistered VCS root detected
The directory ... is under Git, but is not registered in the Settings.
Add root Configure Ignore
Press Add root to add your folder to the git project configured on it.
Go to the Version Control tab and start to add files to it with Add to VCS (or press Ctrl + Alt + A on the file) on the ChangeList catalogued as Unversioned Files.
When you are done, click on Commit Changes
Now, write your Commit Message and push the Commit button and choose Commit and Push
Write your github user and password and you are done.
Enjoy it!
Comments
Post a Comment