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
I have a few repositories where I want to git push --all instead of regular pushing, so that all remotes are pushed at once.
I'm well aware of the "well just remember" and the "setup CI to do it for you" solutions
But they are both suboptimal and overengineered respectively.
Ideally, all I would need is for lazygit to add the --all flag whenever I'm inside repo X or Y.
Is there a configurable way to do this without having to use a separate custom command?
If not, is there a way to setup a specific lazygit configuration per repo,
in order to override the push key binding with a custom command, but just for that repo?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few repositories where I want to
git push --all
instead of regular pushing, so that all remotes are pushed at once.I'm well aware of the "well just remember" and the "setup CI to do it for you" solutions
But they are both suboptimal and overengineered respectively.
Ideally, all I would need is for lazygit to add the
--all
flag whenever I'm inside repo X or Y.Is there a configurable way to do this without having to use a separate custom command?
If not, is there a way to setup a specific lazygit configuration per repo,
in order to override the push key binding with a custom command, but just for that repo?
Beta Was this translation helpful? Give feedback.
All reactions