Section: Stash, Clean, and Temporary Work

Drop stash entry

bash
bash
git stash drop stash@{0}

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Stash, Clean, and Temporary Work
Delete local tag
Remove a local tag.
OpenIn sheetbash1 tag match
Remove tracked file
Delete file and stage the removal.
OpenIn sheetbash1 tag match
Delete merged branch
Delete a merged local branch.
OpenIn sheetbash1 tag match
Delete remote tag
Remove a tag from the remote.
OpenIn sheetbash1 tag match
Force delete branch
Delete local branch regardless of merge state.
OpenIn sheetbash1 tag match
Set global user name
Set default author name.