Skip to content

Zacharyjlo/git-recent-branches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-recent-branches

An oh-my-zsh plugin to view and checkout branches that have been checked out recently

To use this, clone the repo into ~/.oh-my-zsh/custom/plugins/

cd ~/.oh-my-zsh/custom/plugins/
git clone https://github.com/Zacharyjlo/git-recent-branches

And then edit your .zshrc file and add git-recent-branches to your oh my zsh plugins.

Use the alias rbr to print out your 10 most recently checked out branches, (excluding ones merged into main) and check them out by simply typing the number associated with that branch! If you would like to view more than the last 10, easy! Just add a number to the end of your alias (Ex: rbr 20)

About

An oh-my-zsh plugin to view and checkout branches that have been checked out recently

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages