5330 shaares
5 private links
5 private links
git remote add upstream <git repository>
git checkout -b upstream upstream/master
git cherry-pick <SHA hash of commit>
git push origin upstream
git remote add upstream <git repository>
git checkout -b upstream upstream/master
git cherry-pick <SHA hash of commit>
git push origin upstream