Hi, No doubt this is stupid RTFM stuff but I'm not finding it.
I have a git server at http://git.algoram.com/dvs/ This is updated via SSH push. I created it with "git --bare init". I populated it with "git push" from my development system. All good so far. Now, I create an update and push it. If I use git from the shell on the server, I see the update and its log entry. If I run "git clone http://git.algoram.com/dvs/" to clone from the same server to a temporary directory, I get everything from before the update. My update and its log entry are not present. Obviously there is something non-intuitive going on. Like I am getting different branches. Can someone give me a clue? Thanks Bruce Perens -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
