The situation is like this:
I created remote branch from other remote develop branch -> fetched it to local -> made some changes -> git add
-> git commit
-> pushed to remote and made pull request.
Pull request is still there and branch hasn't been merged yet.
Is it safe to delete local branch that hasn't been merged yet?
I don't want to have bunch of local branches that I don't need anymore.