Was that branch merged into master?
To see if a branch was merged into master, use the --merged
flag.
git branch --merged master
This will show all the existing branches that have been merged into master.
Tweet
To see if a branch was merged into master, use the --merged
flag.
git branch --merged master
This will show all the existing branches that have been merged into master.
Tweet