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 only have to issue this single command when you
want to push your change over you github repo :

git push orgin commitORbranch

Good luck

Richard



On Thu, Jul 27, 2017 at 3:39 PM, William Ross <wpr...@gmail.com> wrote:

> 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 this
> subject from the Google Group there was discussion in 2012 that said these
> GitHub buttons are experimental.
>
> Are those buttons still experimental currently?
>
> What's the best way to seamlessly integrate my web2py project with GitHub?
>
> Thank you.
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to