mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +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
|
||||
git add .
|
||||
git commit -m "Initial commit"
|
||||
git push
|
||||
git push -u origin main
|
||||
|
||||
echo fi > file
|
||||
git commit -a -m "Fi is good"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue