Bitbucket's web interface provides a nice 'Sync' option for branches. It actually merges master-branch in any selected branch from the UI.
I have not found, is there a similar option in Github web interface?
In GitHub Desktop, click Current Branch. Click Choose a branch to merge into BRANCH. Click the branch you want to merge into the current branch, then click Merge BRANCH into BRANCH. Note: If there are merge conflicts, GitHub Desktop will warn you above the Merge BRANCH into BRANCH button.
Hello, all the "sync now" does is merge another branch into yours. So, while you are on your feature branch, you can simply run git merge master or git merge origin/master to "sync" your branch with your copy of master.
Unfortunately, there is no such option in GitHub Web UI at this moment.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With