Python2 to 3 Migration - MUMT-IT/mis2018 GitHub Wiki
Setup git repository
- fetch from upstream python3 branch
$ git fetch upstream python3:python3
- push to origin:python3
$ git push --set-upstream origin python3
$ git fetch upstream python3:python3
$ git push --set-upstream origin python3