This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
This is a derivated work from https://gist.github.com/mgaitan/ba1e4e252b90a7fd4a4eb9e1742e94fb | |
List the most recent branches you have been working on, and checkout any of them. | |
# Install | |
Put this file somewhere in your PATH, and set execution permissions. | |
Git will recognize it as the "recent-branches" subcommand. |