nbclient icon indicating copy to clipboard operation
nbclient copied to clipboard

Renamed default branch to main

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

davidbrochart avatar Mar 31 '22 15:03 davidbrochart