I have following Branches
a) Master
b) Master/Test-1
c) Master/Test-2
I have few commits on Master/Test-1 branch. I had cherry-pick on Master/Test-2 branch from above commit hash. if i delete Master/Test-1 branch. Is cherry-pick changes will be present on Master/Test-2 or not ?