Answers for "how to check git changes before commit"

2

how to check git changes before commit

git diff --staged
Posted by: Guest on October-31-2020
0

git show diff in modified file

git diff [filename]
Posted by: Guest on June-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language