Skip to content
Jean-Yves Guyomarc'h edited this page Dec 28, 2021 · 2 revisions

Welcome to the awesome-productivity wiki!

From Master to Main

The Master branch has been renamed Main. It should be relatively transparent but for any contributor with a local setup, here are the commands to update from master to main locally:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Clone this wiki locally