Fork me on GitHub
#practicalli
<
2023-03-25
>
practicalli-johnny11:03:14

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
practicalli-johnny11:03:14

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