git clone https://gitlab.com/college-dinara-georg/GEM-lms/
cd .\GEM-lms\
npm install
npm run dev
git pull origin main
git checkout -b <branch-name>
git branch
git add .
git commit -m "description of changes"
git push --set-upstream <branch-name>