This command takes a story ID and connects to the API using your token and gets the story with that ID, determines the type and title of the story.
After it has gathered that, it slugifies the title and creates a branch in the format of {type}/{id}-{title}
so for example:
❯ git clubhouse 82
Switched to a new branch 'feature/82-login-my-account-menu-item'