diff --git a/Instructions.txt b/Instructions.txt new file mode 100644 index 0000000000000000000000000000000000000000..024a6da9917e4511cf28ba56d4d77671999af716 --- /dev/null +++ b/Instructions.txt @@ -0,0 +1,9 @@ +to create a branch: +git checkout -b <name of the branch> + + + +Create the file +git add <File name> +git commit -m "comment" +git push