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
{{ message }}
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
Hi, i'm pretty new to Emacs. I am using doom-emacs (with magit, evil-magit and forge). I saw that forge was supported in evil-magit.
I tried to use forge's create pull request feature. I saw a new buffer opened up and I save the document with :wq. The pull request message file is saved in .git/magit/posts/new-pullreq. However the pull request isn't sent to GitHub.
I raised this issue in Magit forge repo: magit/forge#208 but it looks like the issue was more related to evil-magit (since if I do C-c C-c in new pull-request buffer, the PR is created).
I have no issue with creating new commits though. When i commit, I can still use :wq to save and quit the buffer to create new commits.
Is this a known bug, or did I miss something?
The text was updated successfully, but these errors were encountered:
Hi, i'm pretty new to Emacs. I am using doom-emacs (with magit, evil-magit and forge). I saw that forge was supported in evil-magit.
I tried to use forge's create pull request feature. I saw a new buffer opened up and I save the document with
:wq
. The pull request message file is saved in.git/magit/posts/new-pullreq
. However the pull request isn't sent to GitHub.I raised this issue in Magit forge repo: magit/forge#208 but it looks like the issue was more related to evil-magit (since if I do
C-c C-c
in new pull-request buffer, the PR is created).I have no issue with creating new commits though. When i commit, I can still use
:wq
to save and quit the buffer to create new commits.Is this a known bug, or did I miss something?
The text was updated successfully, but these errors were encountered: