2022-08-29 22:09:04 其他
Git
//拉取所有更新
git fetch --all
//本地代码同步服务器最新版本(会覆盖本地所有与远程仓库上同名的文件)
git reset --hard origin/master