This GitHub repository, by Jeremy Moore and Charles Walbridge, is for the development of a proposal to the MCN 2020 Conference
NOTE: default branch is main
instead of master
How to update local clones from hanselman.com:
$ git branch -m master main
$ git fetch
$ git branch --unset-upstream
$ git branch -u origin/main
$ git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main'