https://docs.google.com/document/d/1IGCAfF3ON4L73M2IIoXIc_-wrHPHtI8TZGoHYNAF0PI/edit
git clone https://github.com/E-cell-NITS/Srijan-22-Website.git
git pull origin main
(ALWAYS DO THIS STEP TO AVOID ANY MERGE CONFLICTS)
git checkout -b yourinitials_branchname
(eg: ab_homescreenfooter)
git add .
git commit -m “footer details added”
git push --set-upstream origin ab_homescreenfooter