diff --git a/CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt b/CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt new file mode 100644 index 0000000..d4a5f9f --- /dev/null +++ b/CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt @@ -0,0 +1,6 @@ +Initialize in the project folder +git init + +Get the git status (Name of Branch, Commit section, Stating section) +git status +