摘要:
之前初学过一点git版本控制工具,利用github做仓库,照着github上的文档练习的了一下。不过那只篇只是照虎画猫(我的水平只能照着老虎画个猫模样,嘻嘻!)。最近在学hibernate,公司与家之间都要调用我练习的小项目,交给git/github来管理,我只想说真的爽歪歪了。本文在我之前的那篇《... 阅读全文
Some of your uncommitted changes would be overwritten by syncing.Please commit your changes then try
摘要:
解决方法有三种,在GitHub shel中输入以下命令,任选一种方法就能解决问题 git reset --hard HEAD-- Destructive. When you do this you'll throw away everything you've done up to that poi... 阅读全文