Git Help
Git Help: Steps and processes for various scenarios of using git with remote repositories
Co to jest Git Help?
Git Help to rozszerzenie Chrome opracowane przez https://devangdoshi.com, a jego główną funkcją jest „Git Help: Steps and processes for various scenarios of using git with remote repositories”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Git Help
Pobierz pliki rozszerzeń Git Help w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Git Help |
ID | cikcdjbjlegidghlcooeefdabbfgllmm |
Oficjalny URL | https://chromewebstore.google.com/detail/git-help/cikcdjbjlegidghlcooeefdabbfgllmm |
Opis | Git Help: Steps and processes for various scenarios of using git with remote repositories |
Rozmiar pliku | 744 KB |
Liczba instalacji | 326 |
Aktualna Wersja | 1.3.0 |
Ostatnia Aktualizacja | 2017-08-02 |
Data Publikacji | 2017-08-02 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | https://devangdoshi.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |