جلب نسخة 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)
تتبع اي نسخه
جاري اضافة الاوامر المهمه وقابلة للمقترحات والمساهمه منكم
جلب نسخة 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_32git checkout pull_32الهدف من جلب pr لتجربته والاستفاده من المميزات الموجوده
لدمج pr
تأكدوا انكم في النسخه الخاصه بي pr
git statusمثال drupalsaudi-dev
git merge pull_32للتأكد من مسار رابط المشروع ان كان هنا او من صفحتكم
git remote -vgit remote set-url origin https://github.com/drupalsaudi/saudi-distribution.gitملاحظه : الرجاء التأكد من الاضافه (pr)
تتبع اي نسخه
جاري اضافة الاوامر المهمه وقابلة للمقترحات والمساهمه منكم