0
Good afternoon to all
we have our own server and versioned with git.
The test team needs to test a branch other than master, and they don’t have git installed on their sites, I need the site to display that other branch, and after testing, I can go back to master...
would be something like git checkout origin other-branch
from now on I appreciate any help
Merge the master with the branch and then rollback
– hugocsl
Wouldn’t it be the case that you release a release with the desired branch in an environment that the QA team has access to? Another point, it is very important that the "test team" has available the same tools as the developers, they are really part of the dev team and have the same responsibility and importance in the delivery of a Feature.
– Leandro Angelo