Git Cheat Sheet
Handy Git cheat sheet for easy access to common Git commands and terminology
ما هو Git Cheat Sheet؟
Git Cheat Sheet هو إضافة Chrome تم تطويرها بواسطة https://themergency.com، والميزة الرئيسية لها هي "Handy Git cheat sheet for easy access to common Git commands and terminology".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Git Cheat Sheet
قم بتنزيل ملفات الامتداد Git Cheat Sheet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you learning Git? Or can you never remember all the available Git commands? Or are you not quite sure what 'remote' or 'rebase' does? This extension includes handy Git terminology, commonly used commands and help with the syntax and parameters for each Git Command. Git logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License. Read more : http://git-scm.com/downloads/logos
معلومات أساسية عن التمديد
الاسم | Git Cheat Sheet |
ID | mjdmgoiobnbkfcfjcceaodlcodhpokgn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/git-cheat-sheet/mjdmgoiobnbkfcfjcceaodlcodhpokgn |
الوصف | Handy Git cheat sheet for easy access to common Git commands and terminology |
حجم الملف | 14.06 KB |
عدد التثبيتات | 3,960 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2014-02-25 |
تاريخ النشر | 2014-02-25 |
تقييم | 4.43/5 مجموع تقييمات 23 |
المطور | https://themergency.com |
نوع الدفع | free |
موقع الإضافة | http://themergency.com/git-cheat-sheet-chrome-extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Cheat Sheet", "short_name": "Git Cheat Sheet", "version": "1.0.1", "manifest_version": 2, "description": "Handy Git cheat sheet for easy access to common Git commands and terminology", "homepage_url": "http:\/\/themergency.com\/git-cheat-sheet-chrome-extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Git Cheat Sheet", "default_popup": "src\/browser_action\/browser_action.html" } } |