0.0.6 • Published 6 years ago

seabass v0.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Seabass CLI

A list of commonly use CLI

Usage

  1. npm install -g seabass

Commands

seabass <flag> <branchName>

--rebase

seabass -r master

This allows you to rebase your current branch on top of master. NOTE: Rebase will overwrites history to form a easy to read tree structure

--create

seabass -c new-branch

This allows you to create new branch which adhere to the format feature/<branchName>

--delete

seabass -d new-branch

This allows you to delete existing branch, feature/<branchName>

--history

seabass -h

This show the history of all commits

--list

seabass -l

This show all branches for this repo

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago