Git errors and how to solve them
fatal: remote error: upload-pack: not our ref
git clone https://github.com/blaataap/blaataap
cd blaataap
git submodule init
git remote add makefiles https://github.com/blaataap/makefiles.git
git fetch facekapow
git checkout -b fix-top-commit makefiles/fix-top-commit
git submodule update