Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 268 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 268 Bytes

Renamed master to main

As part of our inclusive naming effort the master branch was renamed to main. Please updated your local configuration:

git branch --move master main
git branch --set-upstream-to=origin/main main
git remote set-head origin --auto