https://www.figma.com/file/Rsr1u4YSp43by47etChfK8/NCC-NITS?node-id=0%3A1
https://docs.google.com/document/d/1YvLJApgERYcyVJQaWi2G_LoQtHzvdvUvdzdiIbsk29g/edit?pli=1
git clone https://github.com/4Marsha1/NCCNITS
git pull origin main --rebase
(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