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.