Git Cheat Sheet

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

What is Git Cheat Sheet?

Git Cheat Sheet is a Chrome extension developed by https://themergency.com, and its main feature is "Handy Git cheat sheet for easy access to common Git commands and terminology".

Extension Screenshots

screenshot
screenshot

Download Git Cheat Sheet Extension CRX File

Download Git Cheat Sheet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Git Cheat Sheet Git Cheat Sheet
ID mjdmgoiobnbkfcfjcceaodlcodhpokgn
Official URL https://chromewebstore.google.com/detail/git-cheat-sheet/mjdmgoiobnbkfcfjcceaodlcodhpokgn
Description Handy Git cheat sheet for easy access to common Git commands and terminology
File Size 14.06 KB
Installation Count 3,960
Current Version 1.0.1
Last Updated 2014-02-25
Publish Date 2014-02-25
Rating 4.43/5 Total 23 Ratings
Developer https://themergency.com
Payment Type free
Extension Website http://themergency.com/git-cheat-sheet-chrome-extension
Supported Languages 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"
    }
}