This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-21
Channels
- # adventofcode (20)
- # babashka (118)
- # beginners (170)
- # calva (1)
- # clojure (102)
- # clojure-europe (1)
- # clojure-nl (13)
- # clojure-uk (5)
- # clojuredesign-podcast (19)
- # code-reviews (10)
- # core-async (9)
- # cursive (7)
- # datomic (8)
- # fulcro (3)
- # malli (5)
- # mount (1)
- # off-topic (19)
- # overtone (1)
- # reagent (2)
- # reitit (2)
- # spacemacs (2)
- # sql (4)
- # tools-deps (5)
I've updated the Source Control section of the Practicalli Spacemacs book, giving an overview of how to use Magit client and how to configure Git and GitHub to work within Spacemacs (should also works for Emacs).
https://practicalli.github.io/spacemacs/source-control/
I have not been successful in using the built in wizard that sets up the GitHub personal access token. I have used this in the past successfully, but am getting a JSON 60 error. So for now, I am simply generating a personal access token on my GitHub account and adding it to my .gitconfig
file. I find this much clearer to understand what is going on 🙂
Any alternative approached are always welcome.