7 secret git commands which nobody told you:
1. Choose Selected Files from Stash
Most of the time, we stash a group of files and apply the whole stash together what if you only need selected files from the stash.
Use the below command to achieve this:
"git checkout -- "
Eg:
2. Commit Selected...
ramustar.hashnode.dev2 min read