Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions fork_practical.txt
Original file line number Diff line number Diff line change
@@ -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.