新的仓库名
This commit is contained in:
@@ -18,7 +18,7 @@ git init
|
||||
克隆仓库
|
||||
|
||||
```
|
||||
git clone ssh://git@8.152.216.76:2222/tim/rtos.git
|
||||
git clone ssh://git@8.152.216.76:2222/xdr_gitea/rtos.git
|
||||
```
|
||||
|
||||
添加到暂存区
|
||||
@@ -93,7 +93,7 @@ git merge (分支)
|
||||
|
||||
```
|
||||
git remote add (origin变量名代指地址) (地址)/(用户名)/(仓库名).git
|
||||
git remote add origin ssh://git@8.152.216.76:2222/tim/rtos.git
|
||||
git remote add origin ssh://git@8.152.216.76:2222/xdr_gitea/rtos.git
|
||||
```
|
||||
|
||||
推送至远程仓库
|
||||
|
Reference in New Issue
Block a user