[emacs] Let bascht/create-mr-from-issue push the branch to remote

Otherwise GitLab won't pick it up.
This commit is contained in:
Sebastian Schulze 2023-08-15 10:34:41 +02:00
parent 5f0059e44b
commit 5aabf8c9f2
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@
(let* ((branch-name (completing-read "Branch name suggestions:" branch-suggestions)))
(message (format "Will create branch %s" branch-name))
(magit-branch-and-checkout branch-name (magit-main-branch))
(call-interactively #'magit-push-current)
(call-interactively #'magit-push-current-to-pushremote)
(forge-create-pullreq branch-name (magit-main-branch))
(insert "Draft: \n")