Skip to content

Instantly share code, notes, and snippets.

@mikefowler
Last active December 17, 2015 03:09
Show Gist options
  • Select an option

  • Save mikefowler/5541716 to your computer and use it in GitHub Desktop.

Select an option

Save mikefowler/5541716 to your computer and use it in GitHub Desktop.
Do you clone a lot of Github repositories from Terminal? If you do, you'll probably dig this.
# USAGE
#
# > clone chriseppstein/compass
#
# Cloning into 'compass'...
githubclone() {
git clone git@github.com:$1.git;
}
alias clone=githubclone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment