In this Readme, you will find a guide on how to fork this Repository, add files to it, and make a pull request to contribute your changes.
1. Login to your GitHub Account by heading over to github.com
1. Login to your GitHub Account by heading over to github.com
- Open the current repo in a new tab.
- Perform all operations in the newly opened tab, and follow the current tab for instructions.
- While doing it for the first time, create a new branch for your changes.
- Add your files or make modifications to existing files.
- Stage your changes:
- Commit your changes:
- Push changes to your fork
git checkout -b branch-name
git add .
git commit -m "Descriptive commit message"
git push origin branch-name