Jay
12
Q:

remove branch not published yet

git push <remote_name> --delete <branch_name>
13
First checkout another branch
	git checkout <other branch> 

Now delete branch
	git branch -D <deleting brach>
0
$ git branch -r | egrep -v -f /dev/fd/0  <(git branch -vv | grep origin) | xargs git branch -d
0

New to Communities?

Join the community