Monday, April 29, 2019

Git -- How to compare if a file was changed in the last commit

git diff --unified=0 HEAD~1 HEAD src\myFile.js

No comments:

Post a Comment