How to diff git changes
git diff [commit_old]..[commit_new] # where commit_old and commit_new are first 6 characters of git commit SHA ID
If you need to diff with current head, its even easier:
git diff [commit_old]
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.





