From 009db0fd2ed460c4425469f3c82c27bb6f1c61ae Mon Sep 17 00:00:00 2001 From: Hxrob Date: Sun, 8 Sep 2024 19:36:27 -0400 Subject: [PATCH 1/2] added 'Hello World' to gitTutorial --- gitTutorial.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 gitTutorial.txt diff --git a/gitTutorial.txt b/gitTutorial.txt new file mode 100644 index 00000000..3ee2d77f --- /dev/null +++ b/gitTutorial.txt @@ -0,0 +1 @@ +Hello World!! \ No newline at end of file From 943f3d09a6473fd33480237f1096ce6af0734d2d Mon Sep 17 00:00:00 2001 From: Hxrob Date: Sun, 8 Sep 2024 20:32:33 -0400 Subject: [PATCH 2/2] added 'Creating a new branchgit add -p' to githw22.txt --- githw2.2.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 githw2.2.txt diff --git a/githw2.2.txt b/githw2.2.txt new file mode 100644 index 00000000..33833f5b --- /dev/null +++ b/githw2.2.txt @@ -0,0 +1 @@ +Creating a new branch!! \ No newline at end of file