Re: problems getting uptodate from a remote repository

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sverre Rabbelier
Date: Tuesday, May 19, 2009 - 10:19 am

Heya,

On Tue, May 19, 2009 at 18:09, Aaron Gray
<aaronngray.lists@googlemail.com> wrote:

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@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, Robert Haines, (Tue May 19, 10:03 am)
Re: problems getting uptodate from a remote repository, Sverre Rabbelier, (Tue May 19, 10:19 am)