On Thursday 30 April 2009 08:57:14 Bernd Schmidt wrote: > Thierry Reding wrote: > > You use "git fetch" to update the local repository with the latest > > changes from the remote repository, then use "git rebase origin/master" > > to rebase all local commits onto the master branch of the origin > > repository. origin/master can of course be substituted with any other > > branch as well. > > > > After that you can "git push" your new branch to the remote repository. > > That seems to have worked. Still, I have to ask: Do people really find > this easier and more reliable to use than "svn update"?
migrating to git from svn isnt because we think the pushing/pulling steps are simpler -- everyone knows git/dscms are more complicated in this regard and a noticeable hurdle for people who have only worked with centralized scms. the reasons for git over svn were covered earlier in the thread. in my mind, git is the hands down solution for these projects. for the nubs out there, i put together a cvs/svn/git cheat sheet: https://docs.blackfin.uclinux.org/doku.php?id=version_control_systems#quick_references -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
