Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ghib

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghib

create meaningful branch names based on github issues

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

ghib NPM version

create git branches with meaningful names by specifying a GitHub issue number

NPM

tl;dr

Issue Number: #6 <br> Issue Title: auto detect owner and repository

Executing ghib 6 in my project directory. to quickly create the following branch and check it out: 6-auto-detect-owner-and-repository.

Details

Lets say I opened an issue titled: auto detect owner and repository. It got assigned an issue number: 6. Now whenever I decide to start working on that issue I'd like to be able to create a branch name for it quickly. Preferably something that will quickly let me know what issue I'm working on and something that will be meaningful.

I use this to make me more productive in my workflow.

Installation

npm install -g ghib

Usage

While you are in your project directory do the following and a branch will be created for you (checkout master or whatever branch you need to first if necessary, so the branch is created with the right parent).

ghib <githubIssueNumber>

Keywords

FAQs

Package last updated on 24 Jun 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc