A Git GUI for JSBox, based on isomorphic-git
- Clone the project
- Run
npm install
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.