[cmake-developers] Good way to track whether a branch has been merged into master ?

Bill Hoffman bill.hoffman at kitware.com
Sun Sep 19 09:59:44 EDT 2010


On 9/19/2010 5:03 AM, Alexander Neundorf wrote:
> Hi,
>
> I'm currently cleaning up my local CMake branches.
> What is a good way to find out whether some branch has been merged into
> master ? Right now I was looking through "git log" to see whether the commits
> are in master.
>

http://www.itk.org/Wiki/CMake/Git#Topic_Stage

Print Staged Topics:
	

$ ssh git at cmake.org stage cmake print

That will show which is in next and which is in master.


-Bill



More information about the cmake-developers mailing list