Files
2022-01-20 23:41:01 +01:00

6 lines
102 B
Bash
Executable File

#!/usr/bin/env zsh
branch=$(git branch --show-current)
git reset --hard origin/$branch
git clean -df