@ -54,6 +54,15 @@ git push -u origin --all
git push -u origin --tags
# Wie man pusht
git add .
git commit -m "Insert commit message here"
git push
# Explains how to undo commit
https://www.freecodecamp.org/news/git-remove-last-commit-how-to-undo-a-commit-in-git/
---
## SU 02 (31.10.2023)