tj.git-extras/bin/git-unlock
2014-07-30 17:57:47 +05:30

6 lines
131 B
Bash
Executable file

#!/bin/sh
filename=$1
test -z $filename && echo "filename required." 1>&2 && exit 1
git update-index --no-skip-worktree $filename