* Which git command to be used to keep my local repo updated with the recent changes made to the original repo
@ 2011-01-27 10:13 Akash
0 siblings, 0 replies; 2+ messages in thread
From: Akash @ 2011-01-27 10:13 UTC (permalink / raw)
To: git
I am new to git , So I just wanted to know which git command to be used to
keep my local repo updated with the recent changes made to the original repo
--
View this message in context: http://git.661346.n2.nabble.com/Which-git-command-to-be-used-to-keep-my-local-repo-updated-with-the-recent-changes-made-to-the-origio-tp5965757p5965757.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Which git command to be used to keep my local repo updated with the recent changes made to the original repo
[not found] <29999288.56562.1296123202254.JavaMail.trustmail@mail1.terreactive.ch>
@ 2011-01-27 11:43 ` Victor Engmark
0 siblings, 0 replies; 2+ messages in thread
From: Victor Engmark @ 2011-01-27 11:43 UTC (permalink / raw)
To: Akash; +Cc: git
On 01/27/2011 11:13 AM, Akash wrote:
>
> I am new to git , So I just wanted to know which git command to be used to
> keep my local repo updated with the recent changes made to the original repo
$ git help pull
This command is a combination of `git fetch` (to get the commit data)
and `git merge` (to merge that data with the current working copy).
Typically you want to get the data from the same place where you cloned
from, in which case a simple `git pull` should be sufficient. If not,
you should `git help remote` and `git help branch`.
--
Victor Engmark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-27 11:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <29999288.56562.1296123202254.JavaMail.trustmail@mail1.terreactive.ch>
2011-01-27 11:43 ` Which git command to be used to keep my local repo updated with the recent changes made to the original repo Victor Engmark
2011-01-27 10:13 Akash
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).