- Please clone this repo
git clone https://github.com/sgajenthiran/dading-frontend-repo.git
- Create a new branch
git checkout -b newBreanchName
- Make changes in code in newly created branch
git add
git commit -m "meaningful comment"
git push
- Create a pull request to merge your changes with develop branch