Is there a way to make git write to the working directory of the central public server? Please be nice to the newbee. I am merely learning Git. Regards, j On Tue, Mar 6, 2012 at 3:05 PM, Jerome Yanga <jerome.yanga@xxxxxxxxx> wrote: > Please be nice to the newbee. I am merely learning Git. > > Regards, > j > > On Tue, Mar 6, 2012 at 3:02 PM, Jerome Yanga <jerome.yanga@xxxxxxxxx> wrote: >> Is there a way to make git write to the working directory of the >> central public server? >> >> Regards, >> j >> >> On Tue, Mar 6, 2012 at 1:21 PM, Neal Kreitzinger <nkreitzinger@xxxxxxxxx> wrote: >>> On 3/6/2012 3:12 PM, Neal Kreitzinger wrote: >>>> >>>> On 3/6/2012 10:52 AM, Jerome Yanga wrote: >>>>> >>>>> >>>>> However, when I log into the central public Git server and look at >>>>> the files in the project, none of them have change. I can only see >>>>> the changes from the client via Gitweb. >>>>> >>>> Gitweb and gitk know how to look at .git (bare) repo and display the >>>> contents. (I use gitk to verify that a push did what I wanted.) There is >>>> no work-tree for a .git repo to do linux "ls" on. If you really want to >>>> use commandline you would have to use git commands like git-show, >>>> git-ls-files, git-cat-file, git-log, etc., to display and interrogate >>>> the contents of git objects (tags, commits, trees, blobs) in a .git repo. >>> >>> >>> scratch git-ls-files from that list. Its not much use for bare repos, >>> either. >>> >>> v/r, >>> neal -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html