Git Cheat Sheet

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

¿Qué es Git Cheat Sheet?

Git Cheat Sheet es una extensión de Chrome desarrollada por https://themergency.com, y su función principal es "Handy Git cheat sheet for easy access to common Git commands and terminology".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Git Cheat Sheet

Descarga archivos de extensión Git Cheat Sheet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Git Cheat Sheet Git Cheat Sheet
ID mjdmgoiobnbkfcfjcceaodlcodhpokgn
URL Oficial https://chromewebstore.google.com/detail/git-cheat-sheet/mjdmgoiobnbkfcfjcceaodlcodhpokgn
Descripción Handy Git cheat sheet for easy access to common Git commands and terminology
Tamaño del Archivo 14.06 KB
Cantidad de Instalaciones 3,960
Versión Actual 1.0.1
Última Actualización 2014-02-25
Fecha de Publicación 2014-02-25
Calificación 4.43/5 Total de 23 Calificaciones
Desarrollador https://themergency.com
Tipo de Pago free
Sitio Web de la Extensión http://themergency.com/git-cheat-sheet-chrome-extension
Idiomas Soportados 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"
    }
}