git-remark
v0.4.0
Published
Adding remark to branches
Downloads
4
Readme
git-remark
Adding remark to branches
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