1.0.0 • Published 8 years ago

git-smooth v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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