- Open git bash/ Terminal
- Go to Desktop [cd Desktop]
- Clone repo [git clone https://github.com/parnika25/Hackathon.git]
- Form your own new branch through Terminal [git branch -M vasu] ~ Code time passes ~
- Now check your changes [git status]
- Add your changes(your code) [git add .]
- Commit message [git commit -m "Update: HTML pages"]
- Push your changes to your branch [git push origin vasu]
- Now go to https://github.com/parnika25/Hackathon
- Create your own PR
If someone pushes their changes in their respective branch and they are further pushed to main branch
- git fetch origin
That's it! :]