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

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -