diff --git a/docs/guide/other/update.md b/docs/guide/other/update.md index df06219f350f6a346b17d8fbe4fd92d1225268f6..e1dcc17a77a8b1dc3c2efcf2221a4bf2f2f6386a 100644 --- a/docs/guide/other/update.md +++ b/docs/guide/other/update.md @@ -71,7 +71,7 @@ git remote -v origin https://gitee.com/wonderful-code/buildadmin.git (fetch) origin https://gitee.com/wonderful-code/buildadmin.git (push) # PS:笔者这里BuildAdmin远程仓库的名称是origin,你仓库的可能不一样,或者干脆没有地址为`https://gitee.com/wonderful-code/buildadmin.git`的远程仓库设置 -# 如果没有该仓库地址,请执行命令添加:git remote add buildamdin https://gitee.com/wonderful-code/buildadmin.git +# 如果没有该仓库地址,请执行命令添加:git remote add buildadmin https://gitee.com/wonderful-code/buildadmin.git # 拉取最新代码,buildadmin 为远程仓库名称 git pull buildadmin master