Answers for "how to know info stored in git stash"

0

see stashed changes git

$ git diff stash@{0} master
Posted by: Guest on May-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language