-
I have two remotes, which lazygit seems to have picked up from .git/config, which is fine. They are |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Are the pushes for all branches or just for one branch? If the former, you could just run a custom command through If the latter, you can set the upstream of a branch by pressing |
Beta Was this translation helpful? Give feedback.
-
There's also this custom command that lets you choose the remote for the current push operation without having to set it as upstream |
Beta Was this translation helpful? Give feedback.
Are the pushes for all branches or just for one branch?
If the former, you could just run a custom command through
:
, e.g.:git push --all origin
.If the latter, you can set the upstream of a branch by pressing
u
on it (Local Branches
panel).