We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
جلب نسخة branch معين مثال
git clone -b drupalsaudi-dev --single-branch https://github.com/drupalsaudi/saudi-distribution.git
نسخة دروبال 9
git clone -b saad-dev-9 --single-branch https://github.com/drupalsaudi/saudi-distribution.git
طريقة جلب pull request
مثال رقم 32 #32
كل امر في سطر
git fetch origin pull/32/head:pull_32 git checkout pull_32
git fetch origin pull/32/head:pull_32
git checkout pull_32
الهدف من جلب pr لتجربته والاستفاده من المميزات الموجوده
لدمج pr
تأكدوا انكم في النسخه الخاصه بي pr
git status
مثال drupalsaudi-dev
git merge pull_32
للتأكد من مسار رابط المشروع ان كان هنا او من صفحتكم
git remote -v
git remote set-url origin https://github.com/drupalsaudi/saudi-distribution.git
ملاحظه : الرجاء التأكد من الاضافه (pr) تتبع اي نسخه
جاري اضافة الاوامر المهمه وقابلة للمقترحات والمساهمه منكم
The text was updated successfully, but these errors were encountered:
No branches or pull requests
جلب نسخة branch معين
مثال
git clone -b drupalsaudi-dev --single-branch https://github.com/drupalsaudi/saudi-distribution.git
نسخة دروبال 9
git clone -b saad-dev-9 --single-branch https://github.com/drupalsaudi/saudi-distribution.git
طريقة جلب pull request
مثال رقم 32
#32
كل امر في سطر
git fetch origin pull/32/head:pull_32
git checkout pull_32
الهدف من جلب pr لتجربته والاستفاده من المميزات الموجوده
لدمج pr
تأكدوا انكم في النسخه الخاصه بي pr
git status
مثال drupalsaudi-dev
git merge pull_32
للتأكد من مسار رابط المشروع ان كان هنا او من صفحتكم
git remote -v
git remote set-url origin https://github.com/drupalsaudi/saudi-distribution.git
ملاحظه : الرجاء التأكد من الاضافه (pr)
تتبع اي نسخه
جاري اضافة الاوامر المهمه وقابلة للمقترحات والمساهمه منكم
The text was updated successfully, but these errors were encountered: