Skip to content
Adelhard Krämer edited this page Apr 11, 2022 · 2 revisions

Stand With Ukraine

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