- Fork this repo (button on top)
- Clone on your local machine
git clone https://github.com/krishkatyal/TD-ML-Projects/
- Navigate to project directory.
cd TD-ML-Projects
- Create a new Branch
git checkout -b my-new-branch
git add .
- Commit your changes.
git commit -m "Relevant message"
- Then push
git push origin my-new-branch
- Create a new pull request from your forked repository