Answers for "how to check the difference between the staging area and commit"

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 "how to check the difference between the staging area and commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language