作为程序员一定要保持良好的睡眠,才能好编程

Git Unstaged changes after reset

发布时间:2019-11-28


E:\phpStudy\WWW>git reset

Unstaged changes after reset:

M       application/Bootstrap.php

M       application/controllers/Drug.php

M       application/controllers/Service.php

M       application/controllers/Version.php

M       application/models/Area.php



git add .

git reset --hard


git stash

git stash drop