1.2.7 • Published 6 years ago

git-branch-description v1.2.7

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

git-branch-description

the branch description generated by git branch --edit-description was saved in local config file which can not be pushed to remote repository. git-branch-desciption save branch description in its config file named branch-description.properties. it can be pushed to remote repository and pull down by others.

Installation

global install

$ npm install -g git-branch-description

or local install

$ npm install git-branch-description --save-dev

Usage

Usage: gbrd options

Options:

-V, --version            output the version number
-h, --help               output usage information

Commands:

init                     initialize a git repository with a branch-description.properties
view [options] [branch]  view branch description
prune                    remove branch description in properties file but the branch has been deleted
conflict                 resolve conflicts in properites file after branch merge
edit                     edit branch description
find <regex>             find branch which name or descrition matches regex
1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago