New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

branch-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

branch-cli

A CLI tool that allows manipulation of local git repository

1.1.0
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

branch

A CLI tool that allows for manipulation of git branches

Installation

> npm install -g branch-cli

Usage

Status

In your command line prompt, if you type

> branch

It will display the current branch status, including branch name, files that has been modified but added nor committed, and files that has been added but not committed.

Delete

In your command line prompt, if you type

> branch delete

A list of branches will display, excluding the one you are currently on. An example is as such:

> ? Please select the branches you wish to delete:  (Press <space> to select)
  ❯◯ master
   ◯ develop
   ◯ branchNotBeingUsed

By pressing [Space], you can select or deselect branches. Then press [Enter] to delete branches.

Versions

1.1.0

  • Showing files that has been added and/or committed

1.0.0

  • First working version

Keywords

local

FAQs

Package last updated on 27 Aug 2015

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