diff --git a/Lerntagebuch.md b/Lerntagebuch.md index 74e1aa2..972149c 100644 --- a/Lerntagebuch.md +++ b/Lerntagebuch.md @@ -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)