Hacker News new | ask | show | jobs
by QuercusMax 3180 days ago
Ha! I have almost the same thing:

gi() { ARG=$(echo $1 | sed s/^t//); shift; git "$ARG" "$@"; }