Thread (1 message) 1 message, 1 author, 2016-06-15

Re: Which git command to be used to keep my local repo updated with the recent changes made to the original repo

From: Victor Engmark <hidden>
Date: 2016-06-15 22:50:28

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help