New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

git-branch-select

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-branch-select

Git plugin for interactive branch listing, selection & checkout

latest
npmnpm
Version
4.1.0
Version published
Maintainers
1
Created
Source

git-branch-select

npm npm license npm downloads

Interactive (local) branch selection in your repositories.

Install via npm

$ npm install --global git-branch-select

Usage

$ git branch-select [options] [search]
# Alias it in your .gitconfig for added convenience,
# for example: bs = branch-select
Options:
  --version, -v        Show version
  --help, -h           Show usage help

  --local, -l          List local branches only
  --remote, -r         List remote branches only
  --tags, -t           List tags
~/C/node-bencode (bignum-support) $ git branch-select
? Select a branch: ›
❯ bignum-support
  feature/streams
  housekeeping
  master
~/C/node-bencode (bignum-support) $ git branch-select stre
? Select a branch: › stre
❯ feature/streams
  master

Keywords

git

FAQs

Package last updated on 16 Aug 2025

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