Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #pull #unmerged #branch
ADD COMMENT
Topic
Name
1+4 =