Answers for "see difference between last commit and staging area"

0

how to check the difference between the staging area and commit

# diff last commit vs working dir
git diff --color ‹commitID›
Posted by: Guest on January-01-2021

Code answers related to "see difference between last commit and staging area"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language