Skip to content

Instantly share code, notes, and snippets.

@vsoch
Created July 20, 2018 01:29
Show Gist options
  • Save vsoch/6345fdd2aa15e3312a0603f62d888715 to your computer and use it in GitHub Desktop.
Save vsoch/6345fdd2aa15e3312a0603f62d888715 to your computer and use it in GitHub Desktop.
tummy checkout breakfast
alias nom=cd
alias tummy=git
tummy init breakfast
nom breakfast
tummy checkout -b brunch
touch pancakes
tummy add pancakes
tummy commit -a -m 'brunch!'
tummy brunch
# git: 'brunch' is not a git command. See 'git --help'.
# Did you mean this?
# branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment