Answers for "how to create branch in git stash"

0

how to create branch in git stash

git stash branch <name> stash@{1}
// This command creates a new branch with the latest stash, and then deletes the latest stash ( like stash pop).
Posted by: Guest on April-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language