Skip to content

Instantly share code, notes, and snippets.

@kennyp
Created January 16, 2013 17:45
Show Gist options
  • Select an option

  • Save kennyp/4549129 to your computer and use it in GitHub Desktop.

Select an option

Save kennyp/4549129 to your computer and use it in GitHub Desktop.
Help for early space.
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