You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
What's the best approach to, say, switch all repos in a workspace to a different branch if that branch exists? For example, 10 repos in my workspace are on 'master'. But I'm working on a new feature that affects multiple repos. I'd like to switch back and forth between my master branch and feature branch(es) easily without having to go to each repo root and "git checkout".
vcs-custom allows for this (in a way) by using 'vcs custom --args checkout myBranch".
(Also, if there's a more appropriate way to ask questions or suggest new features, I'll be glad to do that instead.)
What's the best approach to, say, switch all repos in a workspace to a different branch if that branch exists? For example, 10 repos in my workspace are on 'master'. But I'm working on a new feature that affects multiple repos. I'd like to switch back and forth between my master branch and feature branch(es) easily without having to go to each repo root and "git checkout".
vcs-custom allows for this (in a way) by using 'vcs custom --args checkout myBranch".
(Also, if there's a more appropriate way to ask questions or suggest new features, I'll be glad to do that instead.)