Git Help

Git Help: Steps and processes for various scenarios of using git with remote repositories

ما هو Git Help؟

Git Help هو إضافة Chrome تم تطويرها بواسطة https://devangdoshi.com، والميزة الرئيسية لها هي "Git Help: Steps and processes for various scenarios of using git with remote repositories".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Git Help

قم بتنزيل ملفات الامتداد Git Help بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Git Help is an extension that provides scenario based steps and processes on how to use git in a professional environment. If you use Git in a multi-user environment and also use remote repository tool like GitHub and Bitbucket, this extension is a must and will save you lot of time.

Update 1.3.0:
Scenarios are now categorized on the main page
Three new scenarios added
Other performance related changes                    

معلومات أساسية عن التمديد

الاسم Git Help Git Help
ID cikcdjbjlegidghlcooeefdabbfgllmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/git-help/cikcdjbjlegidghlcooeefdabbfgllmm
الوصف Git Help: Steps and processes for various scenarios of using git with remote repositories
حجم الملف 744 KB
عدد التثبيتات 326
النسخة الحالية 1.3.0
آخر تحديث 2017-08-02
تاريخ النشر 2017-08-02
تقييم 5.00/5 مجموع تقييمات 5
المطور https://devangdoshi.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Git Help",
    "version": "1.3.0",
    "description": "Git Help: Steps and processes for various scenarios of using git with remote repositories",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Git Help"
    },
    "author": "Devang Doshi"
}