Socket
Book a DemoInstallSign in
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.

latest
npmnpm
Version
0.0.2
Version published
Weekly downloads
1
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

git

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