Created
January 16, 2013 17:45
-
-
Save kennyp/4549129 to your computer and use it in GitHub Desktop.
Help for early space.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gi () { | |
local cmd=$1 | |
shift 1 | |
cmd=$(echo $cmd | sed -e 's/^t//') | |
git $cmd $@ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment