This is a simple project created to practice GitHub workflows like pull requests and collaborations.
To get started, follow these steps:
-
Clone the repository
Use the following command to clone the repository:git clone https://github.com/<user>/<repository-name>.git
-
Checkout a new branch
Create a new branch to work on:git checkout -b <new-branch>
-
Make changes
Edit the files and make the necessary changes. After that, stage the changes:git add .
-
Commit your changes
Once you are done, commit the changes:git commit -m "Make changes to the project"
-
Push the branch
Push your branch to GitHub:git push **origin** <new-branch>
-
Create a Pull Request
Go to GitHub and create a Pull Request to merge your branch.
This project is licensed under the MIT License.