cd path/to/project git init git add . git commit -m "Initial commit of HR System QML v2" git remote add origin <رابط الـ repo اللي نسخته> git push -u origin main
cd path/to/project
git init
git add .
git commit -m "Initial commit of HR System QML v2"
git remote add origin <رابط الـ repo اللي نسخته>
git push -u origin main