An open API service indexing awesome lists of open source software.

https://github.com/masonkmeyer/jet

A tool for quickly switching branches in git
https://github.com/masonkmeyer/jet

devtool git gocui

Last synced: about 1 month ago
JSON representation

A tool for quickly switching branches in git

Awesome Lists containing this project

README

          

# Jet ![](https://img.shields.io/badge/beta-8A2BE2)

A tool for quickly switching branches in git. Jet organizes orders your branches by recent commits, displays the most recent commit message, and the branch graph. You can easily switch to a branch by clicking enter.

![](example.png)

```bash
git config --global alias.jet '!jet'
```