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

git-latest

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-latest

Manage your latest branches with ease.

  • 0.0.1
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

git-latest

Manage your latest branches with ease.

Setup

npm i -g git-latest
cd ~/my-project
git-latest install

Usage

Doing a PR, you want to locally review a branch, then get back to your working branch?

git checkout branch-to-review

// Check that the work is ok.

git-latest switch

Remembered something you want to add to a PR you recently reviewed?

git-latest choose // There will be a list of latest branches, ordered by checkout date.

Too many branches to choose from and you can't even remember any of them except the first 4?

git-latest clear --keep=4

Too much clutter? want to start a fresh new latest branches list?

git-latest clear --all

Don't want to use git-latest anymore? :cry:

git-latest uninstall

Keywords

FAQs

Package last updated on 22 Oct 2016

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