From 8e0cf0963421e1374b839f245c2051399742aa55 Mon Sep 17 00:00:00 2001 From: Aditya More <130650144+AdityaMore1210@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:48:01 +0530 Subject: [PATCH 1/2] Create forked-repo.txt --- forked-repo.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 forked-repo.txt diff --git a/forked-repo.txt b/forked-repo.txt new file mode 100644 index 00000000..b0448de3 --- /dev/null +++ b/forked-repo.txt @@ -0,0 +1,5 @@ + curl -s https://api.github.com/repos/AdityaMore1210/mcino-Introduction-to-Git-and-GitHub | jq -r '.parent.clone_url' + +theia@theia-morea:/home/project$ curl -s https://api.github.com/repos/AdityaMore1210/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-morea:/home/project$ From 084818c7c392e2d587dd5b6a73aaecd412d4d8d0 Mon Sep 17 00:00:00 2001 From: Aditya More <130650144+AdityaMore1210@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:27:55 +0530 Subject: [PATCH 2/2] Create merge_branches.txt --- merge_branches.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 merge_branches.txt diff --git a/merge_branches.txt b/merge_branches.txt new file mode 100644 index 00000000..1523439b --- /dev/null +++ b/merge_branches.txt @@ -0,0 +1,10 @@ +theia@theia-morea:/home/project/mcino-Introduction-to-Git-and-Gi +tHub$ git checkout main +Switched to branch 'main' +Your branch is up to date with 'origin/main'. +theia@theia-morea:/home/project/mcino-Introduction-to-Git-and-Gi +tHub$ git merge bug-fix-typo +Updating 8e0cf09..938e631 +Fast-forward + README.md | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-)