Technotes

Technotes for future me

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
Last updated on 9 Jun 2021
Published on 2 Nov 2020
Edit on GitHub