للدليل الكامل: README.md (إنجليزي) · README_AR.md (عربي)
إذا ظهر "Repository not found"، أنشئ المستودع على GitHub أولاً:
- github.com/new أو حسابك (مثل
code-root). - اسم المقترح:
vfs-appointment-bot. - لا تفعّل: Add README / .gitignore / license (إن كان المشروع جاهزاً محلياً).
- Create repository.
من جذر المشروع (المجلد الذي يحتوي run_vfs_bot.py):
git init
git add .
git commit -m "Initial commit: VFS Appointment Bot"
git remote add origin https://github.com/YOUR_USERNAME/vfs-appointment-bot.git
git branch -M main
git push -u origin mainاستبدل YOUR_USERNAME واسم المستودع بالقيم الفعلية. إذا كان origin موجوداً مسبقاً:
git remote set-url origin https://github.com/YOUR_USERNAME/vfs-appointment-bot.git
git push -u origin main- استخدم Personal Access Token ككلمة مرور عند الطلب: GitHub → Settings → Tokens مع صلاحية
repo. - أو GitHub Desktop.
remote origin already exists
git remote remove origin
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.gitfailed to push some refs
git pull origin main --allow-unrelated-histories
git push -u origin main.gitignore يستثني من بين آخرين: config/vfs-credential.ini, config/gpm.ini, config/notification.ini, proxies.txt, used_profiles.json, *.log. لا تضع أسراراً في Git.