If you check the GitHub web interface commit history <https://github.com/dajobe/raptor/commits/master>, you'll see that there are a lot of commits after April 13. Commits are visible to everyone when they're pushed to GitHub, there's no delay.
I don't know what terminology your git client is using, but the standard git terminology is "clone" for svn checkout like functionality and "pull" i.e. "fetch + merge" for svn update. "Sync" is not a standard git operation and the "ahead origin/master" message suggests the operation is trying to "push" local commits to master branch of a remote repo called origin, not pull in commits from a remote to local repo. Lauri On Thu, May 24, 2012 at 10:08 AM, John Emmas <[email protected]> wrote: > Hmmm... I'm confused. This is my first time using Git so I could well be > doing something wrong. However, although I checked out from > https://github.com/dajobe/raptor (i.e. originally - about a week ago) my Git > client is telling me that there are no new commits. I'm assuming that Git > Sync is similar to svn update which I'm more used to using. However, when I > tried a new sync this morning I just got the message "nothing ahead > origin/master". The most recent update seems to have been 13th April. > > Shouldn't I be seeing your commit by now? _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
