Navigate Project Folders with Pick

from blog Robb Knight • Posts • RSS Feed, | ↗ original
When I started my industrial placement at Radweb nearly 10 years ago (👴), Dan Harper sent me his bash aliases which included a lot of handy Git ones including this one that uses pick to list git branches. I can either do gco, search, and enter to checkout to that branch, or do gco branchName to checkout immediately to a branch: function gco()...