index
:
dotfiles
lean
master
my desktop config
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.vim
/
bundle
/
update_submodule.sh
blob: ccca02224936ea6b506327fbcb7bf4c57b6da8d9 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/bash
for
dir
in
./*/
;
do
cd
$dir
git
pull
git
checkout
origin/HEAD
cd
..
done