Getting the diff between a tag and the current branch with Git

Published on 2024-01-28 • Modified on 2024-01-28

This snippet shows how to get the difference between a tag and the current branch with Git. It is straightforward; we have to pass the tag name as the argument of the git diff command.


git diff 6.3.5

 More on Stackoverflow   Read the doc  Random snippet

  Work with me!