Skip to content

Yidoon/git-remark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Adding remark to branches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages