From: Sverre Rabbelier <srabbelier@gmail.com>
To: Aaron Gray <aaronngray.lists@googlemail.com>
Cc: git@vger.kernel.org
Subject: Re: problems getting uptodate from a remote repository
Date: Tue, 19 May 2009 19:19:03 +0200 [thread overview]
Message-ID: <fabb9a1e0905191019j73067de9h3ecf3f9dd9ab44e4@mail.gmail.com> (raw)
In-Reply-To: <9719867c0905190909q74e4a6b9r4857fb6f32ff394@mail.gmail.com>
Heya,
On Tue, May 19, 2009 at 18:09, Aaron Gray
<aaronngray.lists@googlemail.com> 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
prev parent reply other threads:[~2009-05-19 17:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <33710F9891EA4BFD8ACD60798E354138@HPLAPTOP>
[not found] ` <9719867c0905190908n2364da92s88ad646e8667298c@mail.gmail.com>
2009-05-19 16:09 ` problems getting uptodate from a remote repository Aaron Gray
2009-05-19 17:03 ` Robert Haines
2009-05-19 17:19 ` Sverre Rabbelier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fabb9a1e0905191019j73067de9h3ecf3f9dd9ab44e4@mail.gmail.com \
--to=srabbelier@gmail.com \
--cc=aaronngray.lists@googlemail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).