Answers for "how to see the local changes in git"

2

how to check git changes before commit

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

remove file from stage git

git rm --cached <file>
Posted by: Guest on March-23-2020

Code answers related to "how to see the local changes in git"

Browse Popular Code Answers by Language