Solo branches using CLI
A CLI switch to solo local and remote branches.
e.g.
gk solo origin/development development origin/foobar
Even better, perhaps with an option to open it in a new tab.
gk solo origin/development development origin/foobar --newtab
Comments: 1
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
14 Sep, '23
BramSolo-ing changes is something we do on a daily base.
And there are just a couple of branches that we always want to include in that view.
i.e. origin/master , origin/development , development , master , ...
And in addition to that we just want to add the branch of a specific PR most of the time.
So, typically when we solo we want to compare the status of a couple of branches. And it's just such a hassle having to select them manually every time again.
We're all capable of coding, and that makes it even more annoying that there isn't a way for us to programmatically add this to gitkraken.
If you were to give us a `gk solo` command, then at least we may be able to wrap it in some kind of script, e.g. `solo-default-branches.sh` to add our personal set of branches.