1
0
Fork 0
dotfiles/bin/git-undo

6 lines
95 B
Plaintext
Raw Normal View History

2013-05-23 09:17:40 +00:00
#!/bin/sh
#
# Undo your last commit, but don't throw away your changes
git reset --soft HEAD^