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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request