I have following situation:
master A - D - E
\
feature B - C
and I would like to go to this:
master A - D - E
\
feature B - C
How can I achieve such result in git / sourcetree? Note, that both branches have theirs counterparts on origin and are used by others.