This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-16
Channels
- # announcements (1)
- # babashka (13)
- # beginners (33)
- # calva (26)
- # cherry (33)
- # clerk (5)
- # clj-kondo (3)
- # clojure (40)
- # clojure-europe (24)
- # clojure-finland (2)
- # clojure-norway (29)
- # clojurescript (18)
- # cursive (2)
- # datomic (6)
- # docker (11)
- # emacs (12)
- # events (1)
- # fulcro (71)
- # graalvm (8)
- # hyperfiddle (2)
- # lsp (23)
- # meander (5)
- # off-topic (36)
- # polylith (4)
- # re-frame (6)
- # reitit (13)
- # shadow-cljs (87)
- # spacemacs (1)
- # tools-deps (19)
- # vim (5)
- # xtdb (57)
Spacemacs Magit can now https://github.com/syl20bnr/spacemacs/commit/0260abc8c4644c0bb83833c6adfbbdad962b8828 (for those times when you want to spend a bit more time working on the PR or need some initial feedback)
, m d
toggle draft status when viewing a pull request (in the git
layer along with Magit and Forge)
I create pull requests from Magit Status buffer using forge, so I dont need to visit the GitHub website to do so.
• SPC g s
to open magit
• @ a
to add the repository to Magit Forge and download the topics (issues, prs) or @ f f
to refresh the topics if the repository was already added
• @ c p
to create a pull request, selecting the branch with the changes then the branch to merge into
• Edit the pull request description in the buffer that pops up and optionally toggle to draft
• , ,
or Z Z
to complete the pull request description and send it to GitHub
This is covered in more detail at https://practical.li/spacemacs/source-control/magit/forge/ along with https://practical.li/spacemacs/source-control/git-configuration/ and https://practical.li/spacemacs/source-control/forge-configuration/ setup