Git stash is a built-in command that stores, or stashes, changes in the software development tool Git that aren't yet ready to be committed. When a developer runs the git stash command, Git stores all ...
the git push origin command is used with the --delete switch and a reference to the branch to delete. For example, the following command will delete a remote branch named old-branch: ...