Answers for "pull unmerged branch"

0

pull unmerged branch

// If your changes are in a branch on the GitHub repository, you can perform the following steps, assuming that the branch is named feature-branch:
git fetch
git checkout -b feature-branch origin/feature-branch
Posted by: Guest on May-28-2021

Code answers related to "pull unmerged branch"

Browse Popular Code Answers by Language