Git Cheat Sheet
Handy Git cheat sheet for easy access to common Git commands and terminology
Git Cheat Sheet क्या है?
Git Cheat Sheet https://themergency.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Handy Git cheat sheet for easy access to common Git commands and terminology"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Git Cheat Sheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |