/GitBox

A Git GUI for JSBox, based on isomorphic-git

Primary LanguageJavaScript

GitBox

A Git GUI for JSBox, based on isomorphic-git

Instructions

  • Clone the project
  • Run npm install

Security

In order to keep you safe, GitBox doesn't store your password and token. Instead, you have to input them every time if authorization is required.

In fact, GitBox doesn't store anything, information like user name and email are stored in /.git/config, it's standard git configuration.

Read the source code if you still don't feel safe.

Known Issues

  • Unable to use ssh protocol (issue)
  • Unable to stage deleted files (issue)
  • Unable to handle merge conflicts manually (refer)

Credits