gitx
gitx copied to clipboard
remote branch created with git flow (ex. 'feature/ft1') not removed
right click on orgin/feature/feature_name will delete del reference in local repo but it still remain on remote.
at the ext push you will see branches on gitix again.
Deleting branches on the remote is not supported yet, you'll have to use the command line for that
tnx :)