git clone https://github.com/gdgmit/Digital-Certificate-Wallet-Portal.gitNavigate to the cloned folder,
git checkout maingit pull origin mainnpm installnpm run devAfter the completion of your tasks,
git checkout task[task_num]Note: Replace [task_num] with the specific task number (e.g., task1)
git add .git commit -m "Describe the changes made for task[task_num]"git push origin task[task_num]