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