+[2014-07-20T18:10:19Z]Nevikyou want the benefit of having your changes in a remote, youre gonna have to push, no way around it. if you dont want it, a local-patch-stack setup will work +[2014-07-20T18:11:59Z]normalraHmm, well, then I should probably stick with the repository fork. +[2014-07-20T22:40:20Z]nrsaloha, I have a simple question about gollum, the wiki engine by github. is there anyone who would like to help me? +[2014-07-20T23:57:42Z]phantombetaHello. +[2014-07-20T23:58:14Z]phantombetaIs it possible to download a folder on a repository from a C# program?
message no. 31058
Posted by Nevik in #github at 2014-07-20T07:00:29Z
Kane_Hart: see https://help.github.com/articles/syncing-a-fork and more of those help articles
+[2014-07-21T00:14:17Z]offby1phantombeta: I don't see why not +[2014-07-21T00:14:32Z]phantombetaHmm... +[2014-07-21T00:14:38Z]phantombetaHow would I do that? +[2014-07-21T00:14:49Z]offby1phantombeta: I can think of two ways you might do it: 1) find a git library for C#; 2) have your C# program just run the "git" executable +[2014-07-21T04:24:54Z]milki3) create a git library for C# + opensource it