https://help.github.com/en/desktop/contributing-to-projects/syncing-your-branchgit
GitHub Desktop Contributing to projects Working with your remote repository on GitHub or GitHub Enterprise Syncing your branchgithub
Syncing your branchapp
As commits are pushed to your project on GitHub, you can keep your local copy of the project in sync with the remote repository.ide
Were you able to find what you were looking for?this
Top of Formorm
Sendci
Bottom of Formrem
You must sync your local branch with the remote repository to get any additional commits that have been added to the upstream branch since you originally created your branch.get
Merge another branch into your project branch
Note: If there are merge conflicts, GitHub Desktop will warn you above the Merge BRANCH into BRANCH button. You will not be able to merge the branches until you have resolved all conflicts.
Rebase your project branch onto another branch
Some workflows either require or benefit from rebasing as opposed to merging. By rebasing you can reorder, edit, or squash commits together. For more information, see "About Git rebase."