View Single Post
Feathers McGraw's Avatar
Posts: 654 | Thanked: 2,368 times | Joined on Jul 2014 @ UK
#333
Originally Posted by pichlo View Post
I do not have a github account and would prefer not to have to create one if there is even a tiny chance to avoid it but it would be nice to share the source somehow.
You can clone a repo from github without having an account:

Code:
git clone git://github.com/user/repo-name.git
or were you trying to think of a way to share code you have with other people? Running git on a server is much easier than I thought it would be.

Last edited by Feathers McGraw; 2015-12-06 at 21:51. Reason: a word