[Qt-interest] Keeping up-to-date with git

Esben Mose Hansen kde at mosehansen.dk
Mon May 24 21:38:02 CEST 2010


On Monday 24 May 2010 16:07:46 Stephen Chu wrote:
> I know I need to do a 'git fetch' to get the new commits. Then should I 
> just do a 'make' then a 'make install' or should I run 'configure' again 
> before that?

You probably want "git pull", not git fetch. Git fetch will not update the 
current branch, so you will get no new code.

You probably don't need to run configure again, though it doesn't hurt.

-- 
Kind regards, Esben



More information about the Qt-interest-old mailing list