The script will make it easy to switch to branch that was checked-out previously
- fzf - command line fuzzy finder
Download the script to an executable directory (eg: /usr/local/bin)
$ wget -P /usr/local/bin https://raw.githubusercontent.com/yulrizka/git-checkout-history/master/git-checkout-history
$ chmod +x /usr/local/bin/git-checkout-history
Without Fzf installed, it will just print the history to std out.
MIT License
Copyright (c) 2021 Ahmy Yulrizka