Skip to content

Commit c78ab05

Browse files
author
王睿
committed
仓库地址替换
1 parent 2ef03b3 commit c78ab05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
##### 创建新版本库
1010

11-
`git clone [email protected]:nihaorz/git-command-study.git`
11+
`git clone [email protected]:nihaorz/git-init.git`
1212

1313
`cd git-command-study`
1414

@@ -26,7 +26,7 @@
2626

2727
`git init`
2828

29-
`git remote add origin [email protected]:nihaorz/git-command-study.git`
29+
`git remote add origin [email protected]:nihaorz/git-init.git`
3030

3131
`git add .`
3232

@@ -40,7 +40,7 @@
4040

4141
`git remote rename origin old-origin`
4242

43-
`git remote add origin [email protected]:nihaorz/git-command-study.git`
43+
`git remote add origin [email protected]:nihaorz/git-init.git`
4444

4545
`git push -u origin --all`
4646

0 commit comments

Comments
 (0)