Skip to content

Commit 88ad23d

Browse files
committed
Added git-every script
1 parent c186af2 commit 88ad23d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-every

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
exec find . -name .git -type d -exec git --git-dir="{}" "$@" \;

0 commit comments

Comments
 (0)