Re: problems getting uptodate from a remote repository

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Aaron Gray
Date: Tuesday, May 19, 2009 - 9:09 am

I have done a 'git fetch' but the repo is not being updated to latest changes.

I am getting the message :-

    "Your branch is behind 'origin/master' by 53 commits, and can be
fast-forwarded.

when I do a 'git checkout master'

What is going on here and what can I do about it ?

Here's my config :-

$ git config -l
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
remote.origin.url=git://git.cybercomms.org/llvm/trunk/.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master

Many thanks in advance,

Aaron
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: problems getting uptodate from a remote repository, Aaron Gray, (Tue May 19, 9:09 am)
Re: problems getting uptodate from a remote repository, Robert Haines, (Tue May 19, 10:03 am)
Re: problems getting uptodate from a remote repository, Sverre Rabbelier, (Tue May 19, 10:19 am)