-
Instructions for cleaning git history (to reduce repository size)
-
To view all files under git version control (including old files that have been deleted),
git log --pretty=format: --name-only --diff-filter=A | sort -u
-
Install Python 3.6 on Ubuntu 20.04:
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.6