Answers for "see only staged git status"

2

git show staged files

git diff --name-only --cached
Posted by: Guest on February-07-2020
2

git check staged changes

git diff --cached
Posted by: Guest on October-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language