+[2016-03-14T21:40:16Z]cryptic0Can someone help me find all-time-clone-stats for my repo? +[2016-03-14T21:40:24Z]cryptic0not just this week +[2016-03-14T21:43:19Z]disciplineRemram: thanks, was missing the double dash! +[2016-03-14T23:01:59Z]plantianhello, is it possible to download a zip or tarball of a specific version of a private repo over ssh? +[2016-03-14T23:38:47Z]badlandsIf I don't want to use sub-modules, can I simply ignore a sub directory and place another repo in there
I need to do post-merge review of a large number of commits in a project. What
+[2016-03-15T00:58:18Z]VxJasonxVbadlands: I highly advise against repositories inside repositories +[2016-03-15T00:58:49Z]VxJasonxVyou're better off having repositories in their own folders with no heirarchial overlap. If the application has to be laid out that way, set up a deployment process for dev and production that makes it that way. +[2016-03-15T00:58:58Z]VxJasonxVThe actual development process doesn't have to mirror the final layout. +[2016-03-15T00:59:01Z]badlandsHi VxJasonxV, I decided to use symlink +[2016-03-15T00:59:57Z]VxJasonxVJavaLover: GitHub is not a place for people to "just share files"