Git Help

Git Help: Steps and processes for various scenarios of using git with remote repositories

What is Git Help?

Git Help is a Chrome extension developed by https://devangdoshi.com, and its main feature is "Git Help: Steps and processes for various scenarios of using git with remote repositories".

Extension Screenshots

screenshot
screenshot

Download Git Help Extension CRX File

Download Git Help 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

                        Git Help is an extension that provides scenario based steps and processes on how to use git in a professional environment. If you use Git in a multi-user environment and also use remote repository tool like GitHub and Bitbucket, this extension is a must and will save you lot of time.

Update 1.3.0:
Scenarios are now categorized on the main page
Three new scenarios added
Other performance related changes                    

Extension Basic Information

Name Git Help Git Help
ID cikcdjbjlegidghlcooeefdabbfgllmm
Official URL https://chromewebstore.google.com/detail/git-help/cikcdjbjlegidghlcooeefdabbfgllmm
Description Git Help: Steps and processes for various scenarios of using git with remote repositories
File Size 744 KB
Installation Count 326
Current Version 1.3.0
Last Updated 2017-08-02
Publish Date 2017-08-02
Rating 5.00/5 Total 5 Ratings
Developer https://devangdoshi.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Git Help",
    "version": "1.3.0",
    "description": "Git Help: Steps and processes for various scenarios of using git with remote repositories",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Git Help"
    },
    "author": "Devang Doshi"
}