what is the best qay to update the new changes in an local project with an other git repo?
fork the git repo ,and you use your own repo.when there are some change ,you should create a pull request from your repo to origin repo, and change the base repo to your own ,change the head fork repo to origin repo, then you can see the changes of code ,and you can choose merge from it.
thanks
Most helpful comment
fork the git repo ,and you use your own repo.when there are some change ,you should create a pull request from your repo to origin repo, and change the base repo to your own ,change the head fork repo to origin repo, then you can see the changes of code ,and you can choose merge from it.