Git Help
Git Help: Steps and processes for various scenarios of using git with remote repositories
Cos'è Git Help?
Git Help è un'estensione di Chrome sviluppata da https://devangdoshi.com, e la sua funzione principale è "Git Help: Steps and processes for various scenarios of using git with remote repositories".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Git Help
Scarica i file di estensione Git Help in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Git Help |
ID | cikcdjbjlegidghlcooeefdabbfgllmm |
URL Ufficiale | https://chromewebstore.google.com/detail/git-help/cikcdjbjlegidghlcooeefdabbfgllmm |
Descrizione | Git Help: Steps and processes for various scenarios of using git with remote repositories |
Dimensione del File | 744 KB |
Conteggio Installazioni | 326 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2017-08-02 |
Data di Pubblicazione | 2017-08-02 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://devangdoshi.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |