Answers for "how to check changes mader in commit"

1

how to check git changes before commit

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

git how to see changes made by a commit

git show <commit sha1> # Notice that the default option is HEAD.
Posted by: Guest on June-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language