Tagged Questions

2
votes
1answer
831 views

Selective push?

I have a "Prod" repo that I branched into "QA" and then branched "QA' into "Dev". I wanted to rename the actual project and solution files to have a suffix of "QA" and "DEV" but D …
2
votes
1answer
81 views

Having versioned repo before it is stable…

When we get to code freeze we create a new repository for QA (qa repo) to start regression testing against which was created from the dev repository. The dev repository is going t …