Answers for "apply last stash git"

1

apply last stash git

git stash apply stash@{0}
Posted by: Guest on October-21-2021
1

git apply previous stash

git stash apply "stash@{n}"
Posted by: Guest on March-12-2021
0

git stash apply previous

git stash apply n
# n is the number of stashes you want to go back, check 'git stash list' to see what's available
Posted by: Guest on August-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language