Is there any way to connect python spyder with github?
I manage my R scripts via github, because R provides with interfaces that enables users to commit, pull and push, but I wonder if there is same(or similar) system in python(x,y) spyder.
I want to manage my python scripts with github, not just locally editing my code and manually write change logs on my hand every time.