git - Show local branches which are not existent on origin -


i'm looking git command show me local branches not exist on origin.

in other words, want know branches git fetch -p prune.

there's -n or --dry-run flags git commands. show doing, without doing it.

--dry-run

show done, without making changes.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -