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

gitaxe

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

gitaxe

Utility to interactively work with local git branches

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

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

gitaxe

This is a command line tool to make it easy to delete local branches in a git repository.

Use with caution, if you delete a local branch that hasn't been pushed to remote there's no retrieving that work.

Installation

npm install -g gitaxe

Usage

gitaxe

  • You will then be presented with a list of the local branches of your git repository, check the ones you want to delete using the arrow keys and space bar, press enter when done.
  • If don't check any branches gitaxe will just exit.
  • You will then need to confirm that you do indeed want to delete the selected branches.
  • If you say yes gitaxe will call git branch -D <branch> on each of the branches you selected.

gitaxe demo

Keywords

FAQs

Package last updated on 22 Oct 2020

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