From 83c9c6a4908f3524af2a5dae0a0205140a297cbf Mon Sep 17 00:00:00 2001 From: Lev Date: Fri, 3 Sep 2021 23:21:45 -0500 Subject: [PATCH] Update --- .../Week 18/Basic Git Commands.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 c5b8f66..d304e9c 100644 --- a/CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt +++ b/CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt @@ -14,4 +14,7 @@ Commit a file (all -a, -m Message) git commit -a -m "My message" Undo a commit -git --amend \ No newline at end of file +git --amend + +Show commit log +git log \ No newline at end of file