diff --git a/bin/git-unlock b/bin/git-unlock new file mode 100755 index 0000000..d378d8b --- /dev/null +++ b/bin/git-unlock @@ -0,0 +1,3 @@ +#!/bin/sh + +rm .git/index.lock && echo "git index unlocked"