Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket Sync branch equivalent in Github

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?

like image 846
Fedor Avatar asked May 05 '21 11:05

Fedor


People also ask

How do I sync GitHub branches?

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.

What is Sync Now in bitbucket?

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.


1 Answers

Unfortunately, there is no such option in GitHub Web UI at this moment.

like image 98
Fedor Avatar answered Sep 28 '22 22:09

Fedor