6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Undo your last commit, but don't throw away your changes
|
||
|
|
||
|
git reset --soft HEAD^
|