[ofiwg] renaming libfabric master branch to main

Hefty, Sean sean.hefty at intel.com
Mon Jun 7 19:39:21 PDT 2021


There have been a few request to rename the libfabric master branch to main, with discussion in the ofiwg.  Github provides tools to help assist with the rename, and in theory the migration should be painless for most users.

I plan on handling the rename early tomorrow (Tuesday the 8th), so any problems can be responded to.

Open PRs should update automatically.  Local repos can be updated using the following sequence of commands:

git branch -m master main
git fetch origin
git branch -u origin/main main

- Sean


More information about the ofiwg mailing list