git-smooth
v1.0.0
Published
git smooth
Downloads
3
Readme
Git Smooth
:warning: The module works fine, but the code is not tested and ugly
Install
npm install git-smooth -g
Commands
$ gs commit
Opens prompt where you can choose the files with a checkbox and write a commit message, then you can decide if you want to commit and push everything
$ gs github
Opens the github page of the repo with the default browser of the system Github and OSX only support
$ gs checkout
Choose a branch in a list and checkout this branch
$ gs branch
Return the name of the active/current branch
Tests
- Unit tests for utils
- Manual tests in CLI with macOS