Wednesday, June 11, 2025

TIL git show

How did I miss this useful command for so long.
To quickly compare versions across branches without switching:
> git show dev:package.json
> git show main:package.json

No comments: