DARKGit is a native desktop Git app with JIRA, AppVeyor and other tools integrated into one UI.
- Subway map style git visualization with commit details
- Minimal repo operations (pull, push, commit, stash, pop, create branch)
- JIRA integration with native UI
- Map integrated AppVeyor build status with periodic update and on-demand log download
- Credential caching with Windows Credential Manager
- Repository specific settings
To start using this app, go to Releases, download and run the latest setup.exe or dmg and off you go.
Uses: NodeJS 8.10
To build global dependencies electron-builder
and @angular/cli
are needed.
- Install global dependencies via
npm install -g electron-builder @angular/cli
Next:
git clone https://github.com/stacywebb/DARKgit.git
cd DARKgit
yarn install
cd app/frontend
yarn install
cd ../..
.\build.sh
(macos) or.\build.ps1
(windows)- Resulting
dmg
orexe
is located indist
- Install as usual.