practicalli

practicalli-johnny 2023-03-25T11:49:14.921409Z

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

👍 1
practicalli-johnny 2023-03-25T11:53:14.292779Z

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