Repository is not clean. Please commit or stash any changes before updating In Angular 8

前端 未结 7 712
一生所求
一生所求 2021-01-31 00:49

Error

Repository is not clean. Please commit or stash any changes before updating

when i have updated from version 7 to Angular 8.

7条回答
  •  Happy的楠姐
    2021-01-31 01:25

    I faced the same issue, I resolved using the below command

    git stash save --include-untracked
    

提交回复
热议问题