From 44b0219b1f8fdc8036a364806aaba17dfd457ba5 Mon Sep 17 00:00:00 2001 From: Kubars Date: Thu, 25 May 2023 12:56:46 +0000 Subject: [PATCH] update docs/guide/other/update.md. Signed-off-by: Kubars --- docs/guide/other/update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/other/update.md b/docs/guide/other/update.md index df06219..e1dcc17 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 -- Gitee