I have couple of branches, say
- branch1 branch2 branch3
Here, current branch is branch1, i want to perform the following operation git checkout branch2 and then git pull origin branch2 using Jenkins.
I have couple of branches, say
Here, current branch is branch1, i want to perform the following operation git checkout branch2 and then git pull origin branch2 using Jenkins.