From 12f05570cbad01bdf9f4f4e7937f70868e33066e Mon Sep 17 00:00:00 2001 From: Amruta27092005 Date: Tue, 24 Feb 2026 10:03:04 +0530 Subject: [PATCH] Added fork practical file --- fork_practical.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 fork_practical.txt diff --git a/fork_practical.txt b/fork_practical.txt new file mode 100644 index 0000000..e809150 --- /dev/null +++ b/fork_practical.txt @@ -0,0 +1,24 @@ +Fork Practical - Open Source Contribution + +Name: Amruta Patil +Roll No: 23107088 +Batch: A + +Title: Fork an open-source AI project and create a pull request. + +Description: +This file is created as part of Assignment 03. +In this practical, I learned how to: + +1. Fork an open-source repository from GitHub. +2. Clone the forked repository to my local system. +3. Create a new feature branch. +4. Add a new file and commit changes. +5. Push the branch to GitHub. +6. Create a Pull Request. +7. Handle and resolve merge conflicts. + +This practical helped me understand how developers +contribute to open-source AI projects using Git and GitHub. + +Thank You.