Categories
Git How to

How to Sync to Develop

Assuming that you are currently in your working branch.

git fetch origin

git merge origin/develop

Leave a Reply