search

Home  >  Q&A  >  body text

git - yii2 如何还原 vendor 目录里面的所做修改

今天跟代码,修改了vendor中的某些文件,然后撤销了,可能某些没有还原成原先的。yii2 的目录/vendor/gitignore 的,如何才可以将 /vendor 还原或者更新,使用 `composer 可否?

黄舟黄舟2788 days ago1064

reply all(3)I'll reply

  • 漂亮男人

    漂亮男人2017-04-28 09:08:35

    Delete the vendor.. Then composer update --prefer-dist

    reply
    0
  • PHPz

    PHPz2017-04-28 09:08:35

    shellcomposer update
    

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-28 09:08:35

    Next time, develop a good habit and try not to touch the code in the vendor. Only overwrite the reload. If you really need to make changes, make a backup first

    reply
    0
  • Cancelreply