From c87489e203ad373e003cd103472456705a1a1cba Mon Sep 17 00:00:00 2001 From: Lev Date: Fri, 3 Sep 2021 23:17:33 -0500 Subject: [PATCH] Update version after ammend --- CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt b/CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt index 29f023d..c5b8f66 100644 --- a/CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt +++ b/CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt @@ -14,3 +14,4 @@ Commit a file (all -a, -m Message) git commit -a -m "My message" Undo a commit +git --amend \ No newline at end of file