/FitGit

Primary LanguageJavaScriptMIT LicenseMIT

FitGit

Build Status Appveyor Build Status Dependency Status

Git UI client featuring notifications about new updates in your git repository.

Development

Install Node.js and then

$ npm install

Run

$ npm start

Build

$ npm run build

Requirements

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