SourceControl‎ > ‎Git‎ > ‎

stash


Stash
stash
$git stash list
$git stash save "message"
$git stash apply stash@{1}


Comments