This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-25
Channels
- # announcements (2)
- # beginners (30)
- # biff (12)
- # calva (2)
- # cider (62)
- # clerk (18)
- # clj-commons (20)
- # clojure (9)
- # clojure-europe (6)
- # clojure-switzerland (1)
- # core-logic (6)
- # datomic (4)
- # events (3)
- # fulcro (1)
- # membrane (15)
- # off-topic (16)
- # portal (24)
- # practicalli (2)
- # releases (1)
- # rewrite-clj (45)
- # shadow-cljs (14)
- # tools-build (1)
- # xtdb (4)
To improve consistency across all Practicalli configuration, I've renamed practicalli/clojure-deps-edn to be named practicalli/clojure-cli-config
GitHub will redirect the urls with the older name
The default live branch has been renamed to main
👍 2
GitHub suggested commands for updating a local branch name
git branch -m live main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Or move the existing local repository out of the way and clone again