Becksteinlab / GromacsWrapper

GromacsWrapper wraps system calls to GROMACS tools into thin Python classes (GROMACS 4.6.5 - 2024 supported).

Home Page:https://gromacswrapper.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rename master branch to main

orbeckst opened this issue · comments

master is a word with many negative connotations, at least in US history. Given alternatives such as main (which is becoming the de-facto standard), switch over.

See https://github.com/github/renaming

For people with a local copy of master:

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

renamed