Simple tool to check or checkout most recent git branches used
Add the g script to path
- Type g in a git repository and get a list of 10 most recently visited branches
- g 20 will list out the 20 most recent branches (any number will work)
- g co 4 will check out number 4 on the list as printed by g