Answers for "how to pull unmerged branch"

0

how to get unmerged branch git

git branch --no-merged master
Posted by: Guest on May-26-2021
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 "how to pull unmerged branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language