Python2 to 3 Migration - MUMT-IT/mis2018 GitHub Wiki

Setup git repository

  1. fetch from upstream python3 branch
$ git fetch upstream python3:python3

  1. push to origin:python3
$ git push --set-upstream origin python3