Replies: 1 comment 1 reply
-
@stefanhaller whenever you have time, I'm curious if you have ideas about this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Lazygit and I love it.
I'm also using Git Town, which is also amazing.
I created a lot of custom commands that I use to work with Git Town.
For example:
But as you can see at the last screenshot, the 2nd, 3rd and 4rd options are actually just passing extra options to
git town hack
.This does not really scale well, especially sine I also would like to add another option that does a
--beam
and--propose
.So what I'm really missing is checkboxes. To toggle options.
Then I can have a single
hack
option, that then allows me to checkbeam
,promos
, andcommit
and then execute it.Beta Was this translation helpful? Give feedback.
All reactions