Forum Discussion
Aleksandar_A
3 years agoContributor III
Hi @vincenr,
You can checkout to different branch or you can create a new one within the SnapLogic Manager, by Checkout Git Repository option from the project options dropdown menu.
Then just type the name of the branch, if it does not exist it will give you an option to create new branch.
Let me know if this helps you.
BR,
Aleksandar.
vincenr
3 years agoNew Contributor III
So, if I make a change to pipeline A on one branch, but the branch for pipeline B doesn’t have that change, how does that affect pipeline A when I finally check in the pipeline B branch? I know this is gitHub basics, but again I am a beginner…
How do I assure that my check-in for pipeline B doesn’t revert pipeline A back to before the changes I made on it?