A multi-platform visual git client built using Electron
Key Features • How To Use • Download • Credits • License
- Line-by-line staging, unstaging, and discarding
- Hunk and file operations
- Log view with graph visualization
- Status and diff for each commit
- Easy on the eyes dark mode
# Clone this repository
$ git clone https://github.com/jhs67/gwitch
# Go into the repository
$ cd gwitch
# Install dependencies
$ npm install
# Run the app
$ npm start
The app is developed using electron-forge and there is support for creating various
installer packages. Try npm run make
to create the packages for your platform.
I hope to publish releases via github soon.
The basic design and functionality was borrowed from GitX-dev. Sadly that software is only for MacOS and was abandoned long ago.
This software uses these open source packages:
And more! Check the package.json.
ISC © Jon Spencer