3
I’m a beginner in Python and would like to know which plugin is required to commit on Github using Pycharm.
3
I’m a beginner in Python and would like to know which plugin is required to commit on Github using Pycharm.
3
No plugin needed, Pycharm offers built-in support for Git. Take a look at the documentation on Registering Github Credentials and How to Commit to a Git Repository.
0
Just download git, have a Github account, and go to the git settings in pycharm and add the path to git.exe ready!
Browser other questions tagged python git
You are not signed in. Login or sign up in order to post.
I didn’t quite understand your question, but it wouldn’t be git?
– gmsantos
I, in Java, use Eclipse to commit via the eGit plugin. In Python, I have the Pycharm IDE. I would like to know what plugin I use in Python for this?
– JNMarcos
The question should be "Which plugin to commit to on Github using Pycharm"
– rodorgas