Have a problem. The task is: checkout first_branch, merge into him changes from second_branch, commit and push these changes.
Teamcity VCS root checkouts only first_branch without any information about other branches in the repo. That's why it cannot find second_branch and I receive the message "not something we can merge". Question: how to check out two branches in the same folder using Teamcity? The way to clone all repository using git clone
is not appropriate.