10 lines
133 B
Markdown
10 lines
133 B
Markdown
|
|
git clone xxx.git
|
|
不需要带本地文件夹名
|
|
|
|
git remote -v 显示仓库地址
|
|
|
|
git remote set-url origin 新的仓库地址
|
|
|
|
|