From 09d4a22ff210639f69355e970a5270fde0d977db Mon Sep 17 00:00:00 2001 From: Lev Date: Fri, 3 Sep 2021 23:09:17 -0500 Subject: [PATCH] Add new file --- .../Week 18/Basic Git Commands.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CM2020 Agile Software Projects/Week 18/Basic Git Commands.txt 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 +