Github 解决fork冲突

Github 解决fork冲突

Created
May 19, 2024 03:21 PM
Tags
git remote add upstream <url>
git fetch upstream
git checkout main
git merge upstream/main
解决冲突
git push origin main