Knp\Bundle\KnpBundlesBundle\Git\Repo::update PHP Метод

update() публичный Метод

public update ( )
    public function update()
    {
        $this->getGitRepo()->git('fetch origin');
        $this->getGitRepo()->git('reset --hard origin/HEAD');
    }