How to Sync Branch everytime master is updated

Viewed 13

Consider there is a master and have branch1 and branch2. I have made a change in branch 2 and merged with my master branch on github. I see the changes that were made on my branch2. But the change in the master is not reflected or synced with the branch1. How do I sync master with branch 1 now?

0 Answers
Related