Heya, On Tue, May 19, 2009 at 18:09, Aaron Gray <aaronngray.lists@xxxxxxxxxxxxxx> wrote: > I have done a 'git fetch' but the repo is not being updated to latest changes. Fetch only 'fetches' the data, it doesn't update your working copy. To get your working copy up to date you can do 'git merge origin' after you do 'git fetch origin'. That is such a common operation that there is a single command that does just that, 'git pull origin' will do what you want :). -- Cheers, Sverre Rabbelier -- 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