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

git-fancy-branch

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-fancy-branch

Git fancy branch command, quickly switch/delete branches

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

git-fancy-branch

中文

如果你满足以下条件,那么大概率你也需要 git-fancy-branch:

  1. 习惯用 Git 命令行而不是 GUI 工具。
  2. 经常创建新的分支,并且在合并后忘关闭导致本地分支泛滥。
  3. 经常来回切换分支,但有的时候忘记了之前是在哪个分支工作。
  4. 经常在做 git checkout 时,多次使用 TAB 键便于找到目标分支。

特性

  1. 分支列表以最近提交排序,方便快速定位到最近的工作分支。
  2. 使用 fzf 进行快速分支选择。
  3. 支持批量选择分支进行删除。

image

安装

可直接拷贝脚本源码至可执行目录

sudo wget https://raw.githubusercontent.com/Gcaufy/git-fancy-branch/main/git-br -O /usr/local/bin/git-br && sudo chmod +x /usr/local/bin/git-br

也可以使用 npm 安装:

npm install git-fancy-branch -g

License

MIT

Keywords

FAQs

Package last updated on 03 May 2021

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