class Avm::Git::Scms::GitSubrepo

def update

def update
  git_subrepo.command('clean').execute!
  git_subrepo.command('pull').execute!
end