This repository will be used as the base repository for our Project: WeTrack.
- Clone the repository
git clone
- Go to the folder
cd WeTrack
- Create a new branch for your particular page
git checkout -b {yourname}/{pagename}
For example : git checkout -b Tarun/Resources
- Do your code changes, add and then finally commit the changes!
git add .
git commit -m "Frontend Resource Cards added"
- Push your changes to your branch
git push origin {yourname}/{pagename}
For example : git push origin Tarun/Resources
- Create a pull request against Master!