Git Cheat Sheet
Handy Git cheat sheet for easy access to common Git commands and terminology
Was ist Git Cheat Sheet?
Git Cheat Sheet ist eine Chrome-Erweiterung, die von https://themergency.com entwickelt wurde, und ihr Hauptmerkmal ist "Handy Git cheat sheet for easy access to common Git commands and terminology".
Erweiterungsscreenshots
Git Cheat Sheet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Git Cheat Sheet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Git Cheat Sheet |
ID | mjdmgoiobnbkfcfjcceaodlcodhpokgn |
Offizielle URL | https://chromewebstore.google.com/detail/git-cheat-sheet/mjdmgoiobnbkfcfjcceaodlcodhpokgn |
Beschreibung | Handy Git cheat sheet for easy access to common Git commands and terminology |
Dateigröße | 14.06 KB |
Installationsanzahl | 3,960 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2014-02-25 |
Veröffentlichungsdatum | 2014-02-25 |
Bewertung | 4.43/5 Insgesamt 23 Bewertungen |
Entwickler | https://themergency.com |
Zahlungsart | free |
Erweiterungswebsite | http://themergency.com/git-cheat-sheet-chrome-extension |
Unterstützte Sprachen | 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" } } |