bootstrap : fix git.

This commit is contained in:
Dmitry Voronin 2023-10-31 21:43:52 +03:00
parent 528279e3ae
commit 864bd34944

View file

@ -11,4 +11,5 @@ git init
git remote add origin https://git.voronind.com/voronind/linux.git
git fetch
git reset origin/master
git checkout -t origin/master
# git checkout -t origin/master
git reset --hard HEAD