From 8d1a06cf269a260f53fd4591896521955728be61 Mon Sep 17 00:00:00 2001 From: Yugantkamane Date: Sun, 6 Feb 2022 02:12:44 +0530 Subject: [PATCH 1/7] adding 1st file in local repo --- test1.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test1.txt diff --git a/test1.txt b/test1.txt new file mode 100644 index 0000000..327ecc8 --- /dev/null +++ b/test1.txt @@ -0,0 +1 @@ +frist test From 1f75cc86d4cd5e8011303e05959281536ef01890 Mon Sep 17 00:00:00 2001 From: Yugantkamane Date: Sun, 6 Feb 2022 02:21:07 +0530 Subject: [PATCH 2/7] adding 3files in repo --- desktop.ini | 4 ++++ test1.txt | 2 +- test2.txt | 1 + test3.txt | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 desktop.ini create mode 100644 test2.txt create mode 100644 test3.txt diff --git a/desktop.ini b/desktop.ini new file mode 100644 index 0000000..d957fd1 --- /dev/null +++ b/desktop.ini @@ -0,0 +1,4 @@ +[ViewState] +Mode= +Vid= +FolderType=Generic diff --git a/test1.txt b/test1.txt index 327ecc8..69771c8 100644 --- a/test1.txt +++ b/test1.txt @@ -1 +1 @@ -frist test +modified frist test diff --git a/test2.txt b/test2.txt new file mode 100644 index 0000000..1c59427 --- /dev/null +++ b/test2.txt @@ -0,0 +1 @@ +second file diff --git a/test3.txt b/test3.txt new file mode 100644 index 0000000..b64aa37 --- /dev/null +++ b/test3.txt @@ -0,0 +1 @@ +third file \ No newline at end of file From 9a48c609e39bcc4e5bd79f1b6a18a8243b520ca0 Mon Sep 17 00:00:00 2001 From: Yugantkamane Date: Sun, 6 Feb 2022 02:32:52 +0530 Subject: [PATCH 3/7] changed in branch frist --- test_4.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test_4.txt diff --git a/test_4.txt b/test_4.txt new file mode 100644 index 0000000..ed40663 --- /dev/null +++ b/test_4.txt @@ -0,0 +1 @@ +4th test filr From 71992014ab151ba69d1c1bb6b8d5a7c0379e838b Mon Sep 17 00:00:00 2001 From: Yugantkamane Date: Sun, 27 Feb 2022 01:03:01 +0530 Subject: [PATCH 4/7] adding my file --- myfile.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 myfile.py diff --git a/myfile.py b/myfile.py new file mode 100644 index 0000000..e75154b --- /dev/null +++ b/myfile.py @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file From 24629bca2b40380ecc98d061c2d15539e3b7846c Mon Sep 17 00:00:00 2001 From: Yugantkamane Date: Sun, 27 Feb 2022 02:04:55 +0530 Subject: [PATCH 5/7] adding modified file --- myfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/myfile.py b/myfile.py index e75154b..358ad10 100644 --- a/myfile.py +++ b/myfile.py @@ -1 +1,2 @@ -print("hello world") \ No newline at end of file +print("hello world") +print("yugant is very good") \ No newline at end of file From f601da0b8c9d6f760f2e0a93a884c28a951fd0b4 Mon Sep 17 00:00:00 2001 From: Yugantkamane Date: Wed, 2 Mar 2022 10:55:26 +0530 Subject: [PATCH 6/7] 1st code commit --- myfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/myfile.py b/myfile.py index 358ad10..8cde782 100644 --- a/myfile.py +++ b/myfile.py @@ -1,2 +1 @@ print("hello world") -print("yugant is very good") \ No newline at end of file From 12fcd8819ddbd60dfaf12b019454aca025b5e903 Mon Sep 17 00:00:00 2001 From: Yugantkamane Date: Wed, 2 Mar 2022 10:58:51 +0530 Subject: [PATCH 7/7] 2nd code commit --- myfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/myfile.py b/myfile.py index 8cde782..8ffc1a0 100644 --- a/myfile.py +++ b/myfile.py @@ -1 +1,2 @@ print("hello world") +print("how r u?")