On Monday 20 June 2011, Alexander Neundorf wrote:
> On Monday 20 June 2011, Brad King wrote:
> ...
> 
> > As you guessed, interactive rebase is the correct approach.  Since
> > you have not merged the topic you are free to overwrite it on the
> > topic stage.  The old version of the history will be replaced with
> > the new version.  It might feel funny the first time but it is nice
> > and easy once you get the idea.  I use it all the time locally to
> > clean up and organize a topic into a logical series of changes
> > before pushing it out.
> > 
> > -Brad
> 
> Hmm, I think I managed the rebasing, but now git complains when I try to
> push:
> 
> hammer:~/src/CMake/CMake-git$ git push stage HEAD

Ok, git push --force stage HEAD seems to have worked Ok.
Is there a better way then using --force ?

Alex
_______________________________________________
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to