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
- Host: GitHub
- URL: https://github.com/masonkmeyer/jet
- Owner: masonkmeyer
- License: mit
- Created: 2023-10-09T22:43:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T20:27:52.000Z (over 1 year ago)
- Last Synced: 2024-11-15T21:26:43.011Z (over 1 year ago)
- Topics: devtool, git, gocui
- Language: Go
- Homepage:
- Size: 85.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jet 
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.

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