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