git基本使用

2017年04月11日

放弃本地修改,强制更新为远程修改

git fetch --all  # 下载远程库内容,不做任何合并
git reset --hard origin/master  # 把HEAD指向下载最新的版本