Git flow (for Github)
Adds functionality to Github for working with the Git-flow workflow.
Git flow (for Github) क्या है?
Git flow (for Github) Jeroen Visser द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds functionality to Github for working with the Git-flow workflow."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Git flow (for Github) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds Git-flow functionality to Github. Github, by default, does not offer much functionality to work with Git-flow. You still have to watch out a lot, and make sure you don't compare to the wrong branch. This extension takes that all out of your hands. This extension also enables pull request templates. Please submit bugs to https://github.com/jeroenvisser101/git-flow-on-github/issues
एक्सटेंशन की मूल जानकारी
नाम | Git flow (for Github) |
ID | fdlcmnpfgnebkpnoclaalonenhhbdpnf |
आधिकारिक URL | https://chromewebstore.google.com/detail/git-flow-for-github/fdlcmnpfgnebkpnoclaalonenhhbdpnf |
विवरण | Adds functionality to Github for working with the Git-flow workflow. |
फ़ाइल का आकार | 218 KB |
स्थापना संख्या | 221 |
वर्तमान संस्करण | 3.0.1 |
अंतिम अपडेट | 2015-09-20 |
प्रकाशन तिथि | 2015-09-20 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Jeroen Visser |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/jeroenvisser101/git-flow-on-github/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Jeroen Visser", "short_name": "Git flow", "name": "Git flow (for Github)", "version": "3.0.1", "manifest_version": 2, "description": "Adds functionality to Github for working with the Git-flow workflow.", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" }, "permissions": [ "*:\/\/*.github.com\/*", "storage" ], "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*" ], "js": [ "src\/functions.js", "src\/common.js", "src\/pr-template.js", "src\/disable-merge-button.js", "src\/pr-under-construction.js", "src\/fix-compare.js", "src\/fix-title.js" ] } ] } |