hirse.ungit
Version:
Run and view Ungit in Brackets. Ungit is a "Clean and intuitive UI that makes it easy to understand git." Requires Git and npm to be installed, works together with Brackets-Git.
57 lines (43 loc) • 3.13 kB
Markdown
[](https://www.npmjs.com/package/hirse.ungit)
[](https://travis-ci.org/Hirse/brackets-ungit)
<a href="http://brackets.io/"><img src="https://raw.githubusercontent.com/Hirse/brackets-ungit/master/images/brackets.png" alt="Brackets" align="left" /></a>
[][Brackets] Extension that adds [Ungit][Ungit] directly into Brackets.
Runs Ungit as a child process of the Brackets node so you can access it from Brackets or any Browser.
This is not necessarily an alternative to [Brackets-Git][Brackets Git], you can use both in parallel without conflicts.
In fact, I have both installed and use either, depending on the task and context.
Brackets Ungit uses [Ungit][Ungit] which in turn requires [Git][Git].
* __Git__ has to be installed on your system before you use the extension.
* __Node.js__ and __npm__ have to be installed and globally available on your system to install and run Ungit.
* __Ungit__ will be installed as `node_module` on the first run of this extension.
![Brackets Ungit Viewer][Brackets Ungit Viewer Screenshot]
*Ungit in Brackets*
![Brackets Ungit Dependency Installation][Brackets Ungit Install Screenshot]
*Dependency Installation*
To install the latest _release_ of this extension use the built-in Brackets [Extension Manager][Brackets Extension Manager] which downloads the extension from the [Brackets Extension Registry][Brackets Extension Registry].
To install the latest _commit_ of this extension use the built-in Brackets [Extension Manager][Brackets Extension Manager] which has a function to `Install from URL...` using this link:
```
https://github.com/Hirse/brackets-ungit/archive/master.zip
```
The latest _release_ of this extension is also available on the [Brackets npm Registry][Brackets npm Registry].
Click the Ungit Toolbar Button to start Ungit and open the viewer for the current project. Ungit will keep running until Brackets is closed. Go to `http://localhost:8448` to view the same Ungit instance in your Browser of choice.
Brackets Ungit is licensed under the [MIT license][MIT].
[][Ungit] itself is also licensed under the [MIT license][MIT] (again).
[]: http://brackets.io
[]: https://github.com/adobe/brackets/wiki/Brackets-Extensions
[]: https://registry.brackets.io
[]: https://github.com/zaggino/brackets-git
[]: https://github.com/zaggino/brackets-npm-registry
[]: https://raw.githubusercontent.com/Hirse/brackets-ungit/master/images/viewer.png
[]: https://raw.githubusercontent.com/Hirse/brackets-ungit/master/images/install.png
[]: https://git-scm.com
[]: https://opensource.org/licenses/MIT
[]: https://github.com/FredrikNoren/ungit