Socket
Book a DemoInstallSign in
Socket

git-branch-description

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-branch-description

manage branch description via branch-description.properties

latest
Source
npmnpm
Version
1.2.7
Version published
Maintainers
1
Created
Source

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] [command]

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

FAQs

Package last updated on 13 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts