After connecting Github Issues, use this command can show list all existing issues.
SPC g l i
But when new issue created in GitHub, I found the list in Emacs still olds ones. How to update and keep syncing?
After connecting Github Issues, use this command can show list all existing issues.
SPC g l i
But when new issue created in GitHub, I found the list in Emacs still olds ones. How to update and keep syncing?
You can have Magit Forge fetch updates to your GitHub issues, PRs, etc using forge-dispatch, which you can reach from anywhere with SPC g ', or from a Magit status buffer using just @.
Once there, Fetch → all topics is what I usually do to update everything! So altogether you’d be typing: SPC g ' f f (or from the magit status buffer, which is where I usually am when I do this: @ f f)
Thank you ![]()
Or SPC g g f n .
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.