Skip to content

Instantly share code, notes, and snippets.

@le0nidas
Created March 28, 2020 19:32
Embed
What would you like to do?
[alias]
ch = "!f() { \
git checkout $(git branch | grep $1); \
}; f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment