I want to delete the local and remote feature branch. After deleted the local branch, I deleted the remote branch by right-click the branch under remote/origin/feature
. The branch is disappeared on my local and remote branch (origin), but still exist in other user's sourcetree. How to solve this? Thanks!
ps: I want other users cant see the branch as well. I guess the reason is I pushed the feature
to develop
. How can I get back the branch to my remote branch
origin in order to reverse commit first?