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

4 lines
117 B
Plaintext
Raw Normal View History

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