简体   繁体   中英

How to Automate branch switching task in eclipse/STS?

Every sprint, I have to checkout the newly created branch for all my projects. Is there a way I can automate this process in eclipse/STS. The branch name is same for all the projects(FY22Q4S6). Thanks.

To switch to the same named branch of multiple Git repositories, select those repositories in the Git Repositories view, right-click them and choose Switch Repositories to >... , which lists all names of branches that exists in all selected repositories.

To avoid selecting the repositories, you could put those repositories in a so-called Repository Group using the Create a Repositories Group command via the view menu (the three dots) or via Find Action ( Ctrl + 3 ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM