Quantcast
Viewing all articles
Browse latest Browse all 12

Git Diff Head

Here’s how to check what’s changed in your local Git repo vs the master repo.

Git Status tells you what file has changed, but not to the level of detail such as what lines or what code was changed.

git diff HEAD

Viewing all articles
Browse latest Browse all 12

Trending Articles