Re: [web2py] Integrating existing web2py with GitHub

2017-07-31 Thread Richard Vézina
Hello William, I am not aware of that... But frankly, I would recommend you to properly configure your local repo (origin : https://help.github.com/articles/adding-a-remote/) and set a SSH key (prefered way if you don't want to enter password at every push) over your github account... Then you onl

[web2py] Integrating existing web2py with GitHub

2017-07-28 Thread William Ross
Hello, I have an existing web2py project that I edit through the admin interface. To backup the project I am manually pushing that code to a GitHub. I saw that under the 'Manage' tab there are options to 'Git Pull' and 'Git Push' which requires the gitpython module. Looking through threads on t