diff --git a/assignment.txt b/assignment.txt new file mode 100644 index 0000000..9f4b607 --- /dev/null +++ b/assignment.txt @@ -0,0 +1,5 @@ +Git commit +Takes the staged snapshot and commits it to the project history. Combined with git add, this defines the basic workflow for all Git users. + +Git clone +Creates a copy of an existing Git repository. Cloning is the most common way for developers to obtain a working copy of a central repository. \ No newline at end of file