Skip to content

Commit e095add

Browse files
authored
Added curl output proving repository fork
This commit adds the required verification file for Task 6. The file includes the curl command and its output to demonstrate that this repository is a fork of the original upstream repository: ibm-developer-skills-network/mcino-Introduction-to-Git-and-GitHub. This change fulfills the assignment requirement by clearly showing the fork relationship between the upstream repository and this fork, without modifying the original project.
1 parent ad95b0a commit e095add

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

forked-repo

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
curl -s https://api.github.com/repos/arjyalopa/mcino-Introduction-to-Git-and-GitHub
2+
3+
{
4+
"fork": true,
5+
"parent": {
6+
"full_name": "ibm-developer-skills-network/mcino-Introduction-to-Git-and-GitHub"
7+
}
8+
}

0 commit comments

Comments
 (0)