From 89337fce6926c35d2f017ba4c017ab354e2a1645 Mon Sep 17 00:00:00 2001 From: fdai7377 Date: Fri, 27 Oct 2023 12:53:46 +0200 Subject: [PATCH] 3ter push --- Lerntagebuch.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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)