We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b534840 commit c7fbb5fCopy full SHA for c7fbb5f
git-fix-wt
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+find . -name config -type f -print0 \
4
+ | xargs -0 perl -i -ne 'print unless /worktree =/;'
0 commit comments