From bddb4aee30e2c6a968b21da9914f276ddf62f0e5 Mon Sep 17 00:00:00 2001 From: ashmafee-iut <71538555+ashmafee-iut@users.noreply.github.com> Date: Sun, 23 Mar 2025 03:46:29 +0600 Subject: [PATCH 1/2] File created for git fork --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e06178d --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +It is a test file to practice git fork. From 0f1533884c8000d0f8e3ff209b63ca48e65f2c3f Mon Sep 17 00:00:00 2001 From: ashmafee Date: Sun, 23 Mar 2025 03:59:46 +0600 Subject: [PATCH 2/2] a new file from local PC --- test2.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test2.txt diff --git a/test2.txt b/test2.txt new file mode 100644 index 0000000..0c9bbad --- /dev/null +++ b/test2.txt @@ -0,0 +1,2 @@ +Another test file to fork from local PC (laptop). +to practice git fork \ No newline at end of file