1.2.7 • Published 7 years ago

git-branch-description v1.2.7

Weekly downloads
1
License
ISC
Repository
github
Last release
7 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

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago