git使用小结

放弃本地修改:
git reset --hard

更新:
git pull

提交:
git commi

 

原文地址:https://www.cnblogs.com/ShepherdIsland/p/2718188.html