i am using bitbucket and for example i have 3 branches :
- master
- stage
- prod
then i created new branch from stage (clone) and i name it new_branch
how can i know after a long time which branch that 'new_branch' is created from ? i mean how i can know that 'new_branch' is a clone of 'stage' not 'prod' or 'master' ?
any help will be highly appreciated ...