# 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
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).
npm install --global git-remark
git submodule update --init
bats test