-
I noticed that this section existed within the default configuration: git_services = {
["github.com"] = "https://github.com/${owner}/${repository}/compare/${branch_name}?expand=1",
["bitbucket.org"] = "https://bitbucket.org/${owner}/${repository}/pull-requests/new?source=${branch_name}&t=1",
["gitlab.com"] = "https://gitlab.com/${owner}/${repository}/merge_requests/new?merge_request[source_branch]=${branch_name}",
}, This made me realise that I should be able to open a PR for my branch right after pushing. However, I cannot find how to do it. There is no obvious keymapping for this action within the default configuration. I have looked at the help docs and they don't give much more info > https://github.com/NeogitOrg/neogit/blob/master/doc/neogit.txt#L627 I can't see any obvious option within the Branch popup either.
Could anyone tell me where this is? It must be somewhere and I'm just being blind. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It requires the branch has a configured upstream - this is set up automatically when you push there - Once thats there, on the branch popup the I'll make the UI clearer what needs to happen there. |
Beta Was this translation helpful? Give feedback.
It requires the branch has a configured upstream - this is set up automatically when you push there -
Pu
. Note that a pushRemote will not enable this, just an upstream... because... semantics, I guess.Once thats there, on the branch popup the
o
action becomes available.I'll make the UI clearer what needs to happen there.