- Star this repository and follow me
- Fork this repository
- Clone forked repository onto your system using the command -
git clone [url of forked repository]
- Create a new branch using the command -
git branch [branch-name]
- Move to newly created branch using the command -
git checkout [branch-name]
- Make changes
- Add your changes using the command -
git add -A
- Commit your changes using the command -
git commit -m "your commit message"
- Push your committed changes using the command -
git push origin [branch-name]
- Create a pull request
- Star this repository