Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何还原上次提交并将本地更改放入工作区?
在 Git 中我会这样做:
git reset --soft HEAD^
我怎么能在集市上做到这一点?
bazaar 中的等效命令是:bzr uncommit
bzr uncommit
如果我这样写,我的 xampp 服务器 php 文件有问题,无法正常工作
<? echo " Not Work " ; ?>
工作
<?php echo " it's work " ; ?>
服务器不会读取第一个状态的内容,如何修复它以同