Git Help
Git Help: Steps and processes for various scenarios of using git with remote repositories
Co je Git Help?
Git Help je rozšíření Chrome vyvinuté https://devangdoshi.com, a jeho hlavní funkcí je „Git Help: Steps and processes for various scenarios of using git with remote repositories“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Git Help
Stáhněte si soubory rozšíření Git Help 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í
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
Základní Informace o Rozšíření
Název | Git Help |
ID | cikcdjbjlegidghlcooeefdabbfgllmm |
Oficiální URL | https://chromewebstore.google.com/detail/git-help/cikcdjbjlegidghlcooeefdabbfgllmm |
Popis | Git Help: Steps and processes for various scenarios of using git with remote repositories |
Velikost souboru | 744 KB |
Počet instalací | 326 |
Aktuální Verze | 1.3.0 |
Poslední Aktualizace | 2017-08-02 |
Datum Vydání | 2017-08-02 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | https://devangdoshi.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |