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.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by500%
Maintainers
1
Weekly downloads
 
Created
Source

ghib NPM version

create meaningful git branch names (based on github issues) easily

NPM

I try and create meaningful issue titles on GitHub and I found it annoying to retype the same thing execpt with dashes when I create branches to work on those issues.

For example 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 meaninful.

Issue Number: #6 Issue Title: auto detect owner and repository

The following branch is created: 6-auto-detect-owner-and-repository by executing ghib 6 in my repository

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 09 Mar 2014

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