What plugin use to be able to commit in GitHub using PyCharm?

3

I'm a beginner in Python and would like to know which plugin is needed to start GitHub using PyCharm.

    
asked by anonymous 10.06.2015 / 22:34

1 answer

3

You do not need a plugin, PyCharm supports integrated Git. Take a look at the documentation at Registering GitHub Credentials and How to Commit a Git Repository .

    
11.06.2015 / 01:09