Skip to content

Commit 36b0dc1

Browse files
author
Jesse Eichar
committed
fixed git-all script
1 parent d21add0 commit 36b0dc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git-all

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
22

33
git $@
4-
5-
git submodules foreach "$@"
4+
git submodule foreach "git $@"

0 commit comments

Comments
 (0)