git diff a specific file



To do a git diff for specific file, you can use "git diff -- filename" 

Example,

git diff 5b99a9d21cf44029a33810c9661d3f23354effd0 -- Dockerfile


Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm