Skip to content

Instantly share code, notes, and snippets.

@visnup
Last active August 29, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save visnup/ff379595f56947cddbf9 to your computer and use it in GitHub Desktop.
Save visnup/ff379595f56947cddbf9 to your computer and use it in GitHub Desktop.
like `git`, but for typos (e.g. `gi tbranch -a`)
#!/bin/sh
# like `git`, but for typos (e.g. `gi tbranch -a`)
git "${1:1}" "${@:2}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment