github sync from fork
问题 I am pretty new to github. I made a fork from a third party, then I modified several files in this fork and committed to my fork. Based on my fork, I made a branch. I noted there are some update in upstream (the third party source which I made the fork), so I sync my fork. Now how do I push the changes from my fork to my branch ? Another situation is after I made some changes in my branch, how do I push them back to my fork? 回答1: You need to do a: git request-pull original_repo <repo_url>