Merge pull request #357 from nandalopes/fix-311-dirty-worktree

[Fix #311] zsh/presto gets "modified" after clean install
This commit is contained in:
Yan Pritzker 2013-06-12 07:17:09 -07:00
commit ee0892daec

View File

@ -62,7 +62,7 @@ task :submodules do
run %{
cd $HOME/.yadr
git submodule foreach 'git fetch origin; git checkout master; git reset --hard origin/master; git submodule update --recursive; git clean -df'
git submodule update --recursive
git clean -df
}
puts