The Wednesday 21 April 2010 12:21:24, Timo VJ Lähde wrote : > What is the best way to keep local mob up to date ? > What git commands i should give ? > What config settings are usable ? If you talk about a local branch and you forked from origin/mob then use git pull, it will issue a git fetch origin and then git merge origin/mob. But it seems to me a bad idea to have at all time a local branch based on mob as SHA1 on mob branch might change since the time you did the branching.
If you're speaking about origin/mob, then just git fetch will be enough. > > --Timppa My 2 cents.
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
