We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I believe returning_to_current_branch() is missing its last line, which should read:
print(colored('returning to {0}'.format(branch_name), 'magenta')) +git.checkout(branch_name)