Does “git fetch –tags” include “git fetch”?

A nice and simple question – is the function of “git fetch” a strict sub-set of git fetch --tags?

I.e. if I run git fetch --tags, is there ever a reason to immediately run git fetch straight afterward?

What about git pull and git pull --tags? Same situation?

6 Answers
6

Leave a Comment