Skip to content

Commit

Permalink
git pull/push også i parent
Browse files Browse the repository at this point in the history
  • Loading branch information
jrftrifork committed Sep 12, 2012
1 parent 26f5e1b commit 6a18727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gitpull-importermodules.sh
@@ -1,4 +1,5 @@
#!/bin/bash
git pull
for dir in $(find . -mindepth 1 -maxdepth 1 -type d -name 'sdm4-*'); do
pushd $dir
git pull
Expand Down
1 change: 1 addition & 0 deletions gitpush-importermodules.sh
@@ -1,4 +1,5 @@
#!/bin/bash
git push
for dir in $(find . -mindepth 1 -maxdepth 1 -type d -name 'sdm4-*'); do
pushd $dir
git push
Expand Down

0 comments on commit 6a18727

Please sign in to comment.