jupyter_console icon indicating copy to clipboard operation
jupyter_console copied to clipboard

Renamed default branch to main

Open davidbrochart opened this issue 3 years ago • 0 comments

Anyone who has the repository already cloned will likely need to update it. These are the commands GitHub suggests:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

davidbrochart avatar Mar 06 '22 00:03 davidbrochart