pasllm/gitforceupdate
2025-11-19 13:19:35 +01:00

5 lines
No EOL
76 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
git stash save
git pull
git stash drop