jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

Renamed default branch to main

Open blink1073 opened this issue 2 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

blink1073 avatar Dec 13 '21 12:12 blink1073