Rust-GPU/rust-cuda

Rename `master` to `main`

LegNeato opened this issue · 1 comments

Most projects use main these days, it is slightly annoying to remember this one is master. Before the project hits its stride, let's change it.

If you have a local copy, you can do:

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