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