Git Cheat Sheet

Handy Git cheat sheet for easy access to common Git commands and terminology

Co je Git Cheat Sheet?

Git Cheat Sheet je rozšíření Chrome vyvinuté https://themergency.com, a jeho hlavní funkcí je „Handy Git cheat sheet for easy access to common Git commands and terminology“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Git Cheat Sheet

Stáhněte si soubory rozšíření Git Cheat Sheet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Git Cheat Sheet Git Cheat Sheet
ID mjdmgoiobnbkfcfjcceaodlcodhpokgn
Oficiální URL https://chromewebstore.google.com/detail/git-cheat-sheet/mjdmgoiobnbkfcfjcceaodlcodhpokgn
Popis Handy Git cheat sheet for easy access to common Git commands and terminology
Velikost souboru 14.06 KB
Počet instalací 3,960
Aktuální Verze 1.0.1
Poslední Aktualizace 2014-02-25
Datum Vydání 2014-02-25
Hodnocení 4.43/5 Celkem 23 Hodnocení
Vývojář https://themergency.com
Typ Platby free
Webové stránky Rozšíření http://themergency.com/git-cheat-sheet-chrome-extension
Podporované Jazyky 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"
    }
}