From 0a37cf712e7293ff64ccef0f17cb7ec94680a1c7 Mon Sep 17 00:00:00 2001 From: Lev Date: Fri, 3 Sep 2021 23:47:18 -0500 Subject: [PATCH] Initial commit --- .../Topic 6/18.1.2 Branching and merging/More Git Commands.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CM2010 Software Design and Development/Topic 6/18.1.2 Branching and merging/More Git Commands.txt diff --git a/CM2010 Software Design and Development/Topic 6/18.1.2 Branching and merging/More Git Commands.txt b/CM2010 Software Design and Development/Topic 6/18.1.2 Branching and merging/More Git Commands.txt new file mode 100644 index 0000000..bf5fb92 --- /dev/null +++ b/CM2010 Software Design and Development/Topic 6/18.1.2 Branching and merging/More Git Commands.txt @@ -0,0 +1,2 @@ +Create a new Branch (-b) and Switch to it (checkout) +git checkout -b new-branch \ No newline at end of file