GitClone

Wraps the git clone command for easier use.

Installation

$ gem install git_clone

Usage

$ git_clone clone {org_name/repo_name} {git clone options}

Also,

$ git_clone clone -o={org_name} {repo_name}

You could alias the command to get something like this:

$ clone {repo_name}

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request