From e548fc611b883a9dff81d72097b0d30eca9fb86d Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 4 Jun 2012 10:29:04 -0700 Subject: [PATCH] Add trivial git-unlock utility --- bin/git-unlock | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/git-unlock 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"