mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-20 16:20:18 +01:00
Levelscript push fix
This commit is contained in:
parent
8501e598a4
commit
37cbd390d5
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ Good job! Here's some additional info: banana!
|
||||||
echo fu > file
|
echo fu > file
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Initial commit"
|
git commit -m "Initial commit"
|
||||||
git push
|
git push -u origin main
|
||||||
|
|
||||||
echo fi > file
|
echo fi > file
|
||||||
git commit -a -m "Fi is good"
|
git commit -a -m "Fi is good"
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
git commit --allow-empty -m "1"
|
git commit --allow-empty -m "1"
|
||||||
git commit --allow-empty -m "2"
|
git commit --allow-empty -m "2"
|
||||||
git commit --allow-empty -m "3"
|
git commit --allow-empty -m "3"
|
||||||
git push
|
git push -u origin main
|
||||||
|
|
||||||
[setup origin]
|
[setup origin]
|
||||||
|
|
Loading…
Reference in a new issue