git stash list
git stash save "mensaje opcional"
git stash apply NOMBRE-DEL-STASH
| # Simple workflow for deploying static content to GitHub Pages | |
| name: Deploy static content to Pages | |
| on: | |
| # Runs on pushes targeting the default branch | |
| push: | |
| branches: ['master'] | |
| # Allows you to run this workflow manually from the Actions tab | |
| workflow_dispatch: |