Skip to content

Commit

Permalink
fixed git-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Eichar committed Jun 14, 2012
1 parent d21add0 commit 36b0dc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git-all
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh

git $@

git submodules foreach "$@"
git submodule foreach "git $@"

0 comments on commit 36b0dc1

Please sign in to comment.