This website requires JavaScript.
Explore
Help
Sign In
localhots
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
e419081db0
dotfiles
/
bin
/
git-undo
6 lines
95 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
#
# Undo your last commit, but don't throw away your changes
git reset --soft HEAD^
View Git Blame
Copy Permalink