message no. 126790
Posted by alkamid in #github at 2016-03-10T20:38:46Z
Hi. I want to fork repo A (public, not owned by me) repo B (private, owned by me). I will build around repo A, and occasionally I will want to sync my private repo B with repo A (but retaining my changes and resolving merge conflicts if there are any). What's the best way to go? clone --bare?