Wednesday, March 7, 2018

checkout specific branch - github





git fetch upstream pull/<ID>/head:BRANCHNAME

// Where, ID the PR number


git checkout BRANCHNAME


git push upstream BRANCHNAME
// push the branch


No comments:

Post a Comment