On Wed, Nov 29, 2017 at 06:52:00PM +0100, Brian Exelbierd wrote: > As as you have a fork, my understanding is that you should just use > traditional gut commands. I’m not aware of a fork being used for much > more than spec PRs. Or traditional _git_ commands -- whatever. :) Personally, I find that when working with forks of something where I'm a casual contributor, I end up doing this a lot: git remote add upstream https://pagure.io/fedora-docs/quick-docs git fetch upstream git reset --hard upstream/master (repeat last two steps) Because I don't really want to keep a long-lived fork with local changes and differences and merge. Possibly fedpkg could grow something smart around this? -- Matthew Miller <mattdm@xxxxxxxxxxxxxxxxx> Fedora Project Leader _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx