e2faef48d6
- disabled git reset --hard - improved lno to conditionally use newlines - get git-dir appropriately
3 lines
117 B
Bash
Executable file
3 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
# Hard reset HEAD to commit in "snap"-file
|
|
git reset --keep $(cat "$(git rev-parse --git-dir)/${1:-snap}")
|