Hi Archana, Not exactly sure what you mean but "git pull origin master" will do a rebase and remove the files that has been removed upstream.
Thanks, Anton On Sun, Mar 2, 2014 at 9:48 AM, Archana Kumari <[email protected]>wrote: > hi, > > I have cloned the source of git from the repository > > git clone http://git-wip-us.apache.org/repos/asf/mesos.git but it > contains some files that are not part of source now. > > So to get the latest source should I use > "git pull origin master" or git rebase command. > > please someone help me in this regard. > > Thanks > > Archana >
