kowainik / hit-on

:octocat: Kowainik Git Workflow Helper Tool
https://kowainik.github.io/projects/hit-on
Mozilla Public License 2.0
77 stars 13 forks source link

Add hit clone command #51

Closed vrom911 closed 5 years ago

vrom911 commented 5 years ago

It should be simpler than git clone to use. I have several options about how to structure this, but here is the one I personally like:

hit clone project-name

^ this clones username/project-name repo using ssh

But

hit clone org-name/project-name

^ should clone the specified repo and specified GitHub user/org name.

Maybe there are any other ideas, what do you think?