An easy but very useful command to know as a beginner git user. Find what’s changed since the last commit of a file or you’ve already committed and can’t do a simple git diff.
git diff @[email protected] your_file.js
An easy but very useful command to know as a beginner git user. Find what’s changed since the last commit of a file or you’ve already committed and can’t do a simple git diff.
git diff @[email protected] your_file.js