2 changed files with 24 additions and 0 deletions
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash |
||||
# |
||||
# This is done once at the beginning. |
||||
|
||||
for dir in `find * -maxdepth 0 -type d`; do |
||||
cd $dir |
||||
git checkout master |
||||
cd .. |
||||
done |
||||
|
||||
|
Loading…
Reference in new issue