Browse Source

Add trivial git-unlock utility

master
Jonathan "Duke" Leto 12 years ago
parent
commit
e548fc611b
  1. 3
      bin/git-unlock

3
bin/git-unlock

@ -0,0 +1,3 @@
#!/bin/sh
rm .git/index.lock && echo "git index unlocked"
Loading…
Cancel
Save