[Paraview-developers] Testing a merge

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Feb 14 13:18:12 EST 2011


Not sure I follow what you suggest exactly esp  when you say "rebase
it back out". But if you simply want to test locally the results after
a merge with git-master you should simply do the following:

* create a new branch rooted off your topic branch
> git checkout -b testing-branch

* merge origin master
> git fetch origin
> git merge origin/master

* do your testing
* once done, you simply go back to your old branch and stage-push
stage-merge it.

Utkarsh

On Mon, Feb 14, 2011 at 12:20 PM, Fabian, Nathan <ndfabia at sandia.gov> wrote:
> Hi,
>
> I have a topic branch I'd like to merge in, but I want to see how it's going
> to merge in without necessarily doing a stage-merge.  If I pull my local
> master and merge there then rebase it back out, is that equivalent?
>
> Thanks,
> Nathan.
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>


More information about the Paraview-developers mailing list