Were is a great place to Share your finished projects?

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Thu Jun 30 19:06:58 EDT 2016


On Friday, July 1, 2016 at 1:09:31 AM UTC+12, Christian Gollwitzer wrote:
> Github makes that extremely easy, just create an account, create a repo, 
> "git pull" and start working. Your incremental changes will be updated 
> with each "git push".

I start with “git init” and never pull, only push.

I do use “git fetch && git rebase origin/master master” to copy from upstream repos to mine.



More information about the Python-list mailing list