https://github.com/pvigier/gitamine
A graphical user interface for git
https://github.com/pvigier/gitamine
git git-client git-gui gitamine
Last synced: 3 months ago
JSON representation
A graphical user interface for git
- Host: GitHub
- URL: https://github.com/pvigier/gitamine
- Owner: pvigier
- License: gpl-3.0
- Created: 2018-12-06T19:35:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T22:00:09.000Z (over 6 years ago)
- Last Synced: 2025-05-13T01:07:52.499Z (6 months ago)
- Topics: git, git-client, git-gui, gitamine
- Language: TypeScript
- Homepage: https://pvigier.github.io/2019/05/06/commit-graph-drawing-algorithms.html
- Size: 508 KB
- Stars: 139
- Watchers: 10
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitamine
gitamine is a modern graphical user interface for Git. It is open-source, multiplatform and easy to use.
The main features of gitamine are:
* Beautiful and readable commit graph
* Syntax highlighting
* Themeable (light and dark modes available)
* Automatic refresh
* No account required and no telemetry
gitamine is powered by awesome technologies including:
* [TypeScript](https://www.typescriptlang.org/)
* [Node.js](https://nodejs.org/)
* [Electron](https://electronjs.org/)
* [React](https://reactjs.org/)
* [Monaco](https://github.com/Microsoft/monaco-editor)
* [libgit2](https://libgit2.org/) and [NodeGit](https://www.nodegit.org/)
* [chokidar](https://github.com/paulmillr/chokidar)
If you want to know more about the commit graph drawing algorithm, you can read this [article](https://pvigier.github.io/2019/05/06/commit-graph-drawing-algorithms.html).
## Downloads
You can download the latest version of gitamine [here](https://github.com/pvigier/gitamine/releases/latest).
See this [page](https://github.com/pvigier/gitamine/wiki/How-to-install) for detailed instruction on how to install gitamine.
## Contributing
Here are some ways, you can contribute to gitamine:
* Found a bug, please create an issue, I will try to fix it as quickly as possible.
* Want to fix an issue or add a feature yourself, do a pull request.
* If you are a designer, gitamine needs an application icon and some icons for the user interface, you are more than welcome.
* If you want to become an active maintainer, please contact me.
## Screenshots


## License
gitamine is distributed under the [GNU GENERAL PUBLIC LICENSE version 3](https://www.gnu.org/licenses/gpl-3.0.en.html).
You are free to use gitamine for non-commercial and commercial projects without any restriction.