BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
105 stars 25 forks source link

Rename master to main #41

Closed metazool closed 4 years ago

dvalters commented 4 years ago

Done now, moved branch master to main with

git branch -m master main

git push -u origin main (or whatver your origin remote equivalent is called. (Don't accidentally get it mixed up with the gitlab remote like me...)

Updated the default branch in settings.

Changed target branch of current pull requests to main.

There are some refernces to master in versioneer.py but I think these are from the versioneer code itself, or refer to other repos, so I left them in(?)

Probably just needs a once over check from @volcan01010 or someone to confirm

dvalters commented 4 years ago

Done now

metazool commented 4 years ago

<3