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
Post a Comment