Skip to content

A command line utility for checking out recent git branches.

License

Notifications You must be signed in to change notification settings

dcchuck/lbranch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lbranch

lbranch ("last branch") is a git utility that shows your recently checked out branches in chronological order, with an optional interactive checkout.

Usage

# Show last 5 branches
lbranch
# Show last N branches
lbranch 3
# Show branches and choose one to checkout
lbranch -c
lbranch --choose
# Show last N branches and choose one
lbranch 3 -c

Example Output

Last 5 branches:
1) feature/new-ui
2) main
3) bugfix/login
4) feature/api
5) develop

Requirements

  • Python 3.6+
  • Git

License

Distributed under the MIT License. See LICENSE

About

A command line utility for checking out recent git branches.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages