Closed vrom911 closed 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:
git clone
hit clone project-name
^ this clones username/project-name repo using ssh
username/project-name
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?
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:^ this clones
username/project-name
repo using sshBut
^ should clone the specified repo and specified GitHub user/org name.
Maybe there are any other ideas, what do you think?