Is there a way to get the list of all branches created off a branch in GIT.
For e.g. If we have say Rel2 branch created off master, and then we have SP1, SP2 and SP3 created from Rel2 Branch.
Is there any command in GIT to get SP1, SP2 and SP3 as output if i give Rel2 as input ?