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
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