Added assinment file to main branch

This commit is contained in:
2025-08-27 19:56:02 +05:30
parent 9eff56fd31
commit 4cc845f31d

5
assignment.txt Normal file
View File

@ -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.