To clone the repository, run the following commands in your terminal:
git clone --branch dev --single-branch https://gitlab.com/wajishah786/exams-board-fe.git
git branch -m master main
cd exams-board-fe/
code .
After you have done your editing, Run these below commands;
git status
git add <filename or .>
git commit -m "Your message"
Then, review your work, do your testing, and run this below command;
git push origin dev