https://github.com/filipchalupa/fitgit
https://github.com/filipchalupa/fitgit
electron git linux material-design react windows
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/filipchalupa/fitgit
- Owner: FilipChalupa
- License: mit
- Created: 2016-11-30T16:03:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T11:30:51.000Z (about 9 years ago)
- Last Synced: 2025-10-30T14:50:43.605Z (8 months ago)
- Topics: electron, git, linux, material-design, react, windows
- Language: JavaScript
- Homepage: https://github.com/Onset/git-latex-document
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# FitGit
[](https://travis-ci.org/Onset/FitGit)
[](https://ci.appveyor.com/project/Onset/FitGit)
[](https://david-dm.org/Onset/FitGit)


Git UI client featuring notifications about new updates in your git repository.
## Development
Install [Node.js](https://nodejs.org/) and then
```bash
$ npm install
```
### Run
```bash
$ npm start
```
### Build
```bash
$ npm run build
```
## Requirements
- Windows
- [Git client](https://git-scm.com/download/win)
- For https repositories: [Credential Storage](https://git-scm.com/book/gr/v2/Git-Tools-Credential-Storage) enabled (`git config --global credential.helper store`)
- For ssh: [Pageant](https://winscp.net/eng/docs/ui_pageant) configured
- Linux
- Git client
- For https repositories: [Credential Storage](https://git-scm.com/book/gr/v2/Git-Tools-Credential-Storage) enabled (`git config --global credential.helper store`)
## Issues
- User is `unknown`
- Run `git config --global user.name "Your name"`
- E-mail is `unknown@unknown.com`
- Run `git config --global user.email "you@example.com"`
- Project won't synchronize with the provided remote server
- Run `git fetch` and follow the instructions