sboulema / TGit

Control TortoiseGit from within Visual Studio
MIT License
31 stars 9 forks source link

Switch to master on GitFlow Finish Hotfix / Finish Release #56

Closed YanumVlad closed 3 years ago

YanumVlad commented 5 years ago

Hi,

I really like your extension. My team is using it heavily. The next issue makes some trouble: When we complete hotfix / release, we need to switch to master for final deployment. It is a must: we need to ensure that master merge is 100% OK, and perform deployment from it. Current behavior - switch to develop branch (what extension is doing) and then switch to master. (2 switch are in action). My db solution is very heavy. Thus, switch to/from takes really huge time.

Thus, additional setting to select switchTO branch may help us.

Thanks, Vlad

sboulema commented 5 years ago

Hey,

When the release is finished, the release branch is merged into master and into develop too, to make sure that any changes made in the release branch aren’t accidentally lost by new development. - https://datasift.github.io/gitflow/IntroducingGitFlow.html

Would your problem be solved by using the GitHubFlow menu in TGit?