Skip to content

Instantly share code, notes, and snippets.

@scheakur
Created July 3, 2014 13:08
Show Gist options
  • Select an option

  • Save scheakur/9570e1804901b77a30c3 to your computer and use it in GitHub Desktop.

Select an option

Save scheakur/9570e1804901b77a30c3 to your computer and use it in GitHub Desktop.
function git() {
if [[ $1 == "clone" ]]; then
shift
ghq get $@
else
command git $@
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment