From 531593662c70e7abe599c4db0344701156b0a1f7 Mon Sep 17 00:00:00 2001 From: krunal kadam Date: Sun, 14 Dec 2025 15:14:43 +0530 Subject: [PATCH 1/5] Add forked repository information file --- forked-repo.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 forked-repo.txt diff --git a/forked-repo.txt b/forked-repo.txt new file mode 100644 index 00000000..d49cdc39 --- /dev/null +++ b/forked-repo.txt @@ -0,0 +1,3 @@ +theia@theia-krunalkadam0:/home/project/mcino-Introduction-to-Git-and-GitHub$ curl -s https://api.github.com/repos/krunalkadam0703/mcino-Introduction-to-Git-and-GitHub | jq -r '.parent.clone_url' +https://github.com/ibm-developer-skills-network/mcino-Introduction-to-Git-and-GitHub.git +theia@theia-krunalkadam0:/home/project/mcino-Introduction-to-Git-and-GitHub$ \ No newline at end of file From f70e63c2c50de1c54c9a5a9c490190aa48c92cc1 Mon Sep 17 00:00:00 2001 From: krunal kadam Date: Sun, 14 Dec 2025 15:16:33 +0530 Subject: [PATCH 2/5] Update copyright year in README.md to 2023 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1034661..23a440c9 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +2023 XYZ, Inc. From 721b5818d2683862ace0e98d3f39db7b9104a208 Mon Sep 17 00:00:00 2001 From: krunal kadam Date: Sun, 14 Dec 2025 15:19:15 +0530 Subject: [PATCH 3/5] Add merge_branches.txt to document branch merging process --- merge_branches.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 merge_branches.txt diff --git a/merge_branches.txt b/merge_branches.txt new file mode 100644 index 00000000..9d056305 --- /dev/null +++ b/merge_branches.txt @@ -0,0 +1,9 @@ +PS D:\mcino-Introduction-to-Git-and-GitHub> git checkout main +>> git merge bug-fix-typo +>> +Switched to branch 'main' +Your branch is up to date with 'origin/main'. +Updating 5315936..f70e63c +Fast-forward + README.md | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) \ No newline at end of file From 2e5a0273930d59d8bc4bf15d3f35718efcd81db7 Mon Sep 17 00:00:00 2001 From: krunal kadam Date: Sun, 14 Dec 2025 15:24:29 +0530 Subject: [PATCH 4/5] Revert "Add merge_branches.txt to document branch merging process" This reverts commit 721b5818d2683862ace0e98d3f39db7b9104a208. --- merge_branches.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 merge_branches.txt diff --git a/merge_branches.txt b/merge_branches.txt deleted file mode 100644 index 9d056305..00000000 --- a/merge_branches.txt +++ /dev/null @@ -1,9 +0,0 @@ -PS D:\mcino-Introduction-to-Git-and-GitHub> git checkout main ->> git merge bug-fix-typo ->> -Switched to branch 'main' -Your branch is up to date with 'origin/main'. -Updating 5315936..f70e63c -Fast-forward - README.md | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) \ No newline at end of file From 283a69271ec99ac3dda7e511763664205e9c8c39 Mon Sep 17 00:00:00 2001 From: krunal kadam Date: Sun, 14 Dec 2025 15:25:43 +0530 Subject: [PATCH 5/5] Revert "Update copyright year in README.md to 2023" This reverts commit f70e63c2c50de1c54c9a5a9c490190aa48c92cc1. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a440c9..b1034661 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -2023 XYZ, Inc. +_© 2022 XYZ, Inc._