On Tuesday 04 September 2012 13:50:27 Lukas Ocilka wrote: > > I usually delete my fork and recreate it again. > Is there a better way?
Yes, properly setup your loca repo to be able to track two remotes: 1. the main repo (read-only, or r/w if you also want to resolve conflicts) 2. your fork (r/w, push there by default and do pull requests) Then follow both remotes. There is no need to delete forks and recreate it. Ciao, Daniel -- J. Daniel Schmidt <[email protected]> SUSE LINUX Products GmbH Research & Development Maxfeldstr. 5 HRB 16746 (AG Nürnberg) D-90409 Nürnberg GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
