Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [andmore-dev] Keeping your forked Repository Synched

I think the Github/git conventio might be the problem here: when you fork the master origin usually points to the fork not the upstream project. Developers are used to running “git pull” so they often miss updates from upstream.

I think its better practice for developers working with forks to link their master to upstream. Perhaps by cloning the original upstream project first and then forking and adding their fork remote *after*.

— 
@rgladwell
Please checkout my open-source crowdfund: https://www.patreon.com/rgladwell



On 13 Mar 2015, at 16:26, David Carver <d_a_carver@xxxxxxxxx> wrote:

Github has a FAQ about how to keep your Forked repository synched.

https://help.github.com/articles/fork-a-repo/

_______________________________________________
andmore-dev mailing list
andmore-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/andmore-dev


Back to the top