From 7a44bf4560b6972a988cf859b5d444ae72116500 Mon Sep 17 00:00:00 2001 From: Renejit Date: Wed, 27 Aug 2025 19:13:44 +0530 Subject: [PATCH] Added assignment text file --- assignment.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 assignment.txt diff --git a/assignment.txt b/assignment.txt new file mode 100644 index 0000000..61c1656 --- /dev/null +++ b/assignment.txt @@ -0,0 +1,2 @@ +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. \ No newline at end of file