Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 391 Bytes

dading-frontend-repo

To make changes in this repo

  • 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