dotfiles/.local/bin/scripts/git-snap-restore

4 lines
118 B
Bash
Executable File

#!/bin/sh
# Hard reset HEAD to commit in "snap"-file
git reset --keep $(cat "$(git rev-parse --git-path ${1:-snap})")