all repos

dotfiles @ 7173b669a85d7e3a8fca4b0ba05f802e13ac307b

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