wfdb / mimic_wfdb_tutorials

Tutorials on using the MIMIC Waveform Database
https://wfdb.io/mimic_wfdb_tutorials/
26 stars 6 forks source link

Switch master to main #14

Closed tompollard closed 2 years ago

tompollard commented 2 years ago

It's usual to use "main" instead of "master" for the default branch now.

tompollard commented 2 years ago

I have renamed "master" to "main" and set main as the default branch.

To update a local master branch, run:

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