all repos

dotfiles @ 170e4a6f6ae60b5560d53ad5a2fb4c6823696326

i use rach linux btw

dotfiles/bin/git-unfuck (view raw)

1
#!/usr/bin/env bash
2
git log -1 --format="%h - %an, %ar : %s"
3
git reset HEAD~1 --soft