- Clone this repository using
git clone https://github.com/pranay414/cse-dept-website.git - Click on
file_you're_working.html
images- contains all images related to websiteassets- all static assets which includes external css or js files
- You can either use
pull requestsmethod or directly commit to this repo - Avoid working on same files to avoid
merge conflicts - Commit messages should be of this type
Action: short_description_of_change. Eg:Added: homepage file home.html - Never ever do a
force push