0.4.0 • Published 1 year ago

git-remark v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

git-remark

Adding remark to branches Demo of git open in action

Usage

# Show remark of current branch
git remark

# List all local branchs and their remark
git remark -a

# List all local branchs with remark
git remark -f

# Adding remark for current branch
git remark "adding a remark for current branch"

# Add a remark to the specified branch
git remark -b test "adding remark for test branch"

# Clear current branch remark
git remark -c

Installation

Basic install

Adding the git-remark script into your path (e.g. add the directory to your PATH environment or copy git-open into an existing included path like /usr/local/bin).

Install via NPM

npm install --global git-remark

Testing

git submodule update --init
bats test