Levelscript push fix

This commit is contained in:
bleeptrack 2020-10-06 17:36:20 +02:00
parent 8501e598a4
commit 37cbd390d5
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ Good job! Here's some additional info: banana!
echo fu > file
git add .
git commit -m "Initial commit"
git push
git push -u origin main
echo fi > file
git commit -a -m "Fi is good"

View file

@ -3,6 +3,6 @@
git commit --allow-empty -m "1"
git commit --allow-empty -m "2"
git commit --allow-empty -m "3"
git push
git push -u origin main
[setup origin]