OpenSfM icon indicating copy to clipboard operation
OpenSfM copied to clipboard

Change of main branch : from `master` to `main`

Open YanNoun opened this issue 2 years ago • 0 comments

Dear users and contributors,

As per our contributing guidelines and code-of-conduct, we're moving away from using the terminology master to using main instead, when speaking of the default git branch.

Anyone who has checked out this repository locally will need to run the following to keep sync with master/main :

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

The OpenSfM team.

YanNoun avatar Sep 20 '21 08:09 YanNoun