Skip to content

Commit

Permalink
仓库地址替换
Browse files Browse the repository at this point in the history
  • Loading branch information
王睿 committed Feb 7, 2018
1 parent 2ef03b3 commit c78ab05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

##### 创建新版本库

`git clone git@172.16.101.190:nihaorz/git-command-study.git`
`git clone git@172.16.101.190:nihaorz/git-init.git`

`cd git-command-study`

Expand All @@ -26,7 +26,7 @@

`git init`

`git remote add origin git@172.16.101.190:nihaorz/git-command-study.git`
`git remote add origin git@172.16.101.190:nihaorz/git-init.git`

`git add .`

Expand All @@ -40,7 +40,7 @@

`git remote rename origin old-origin`

`git remote add origin git@172.16.101.190:nihaorz/git-command-study.git`
`git remote add origin git@172.16.101.190:nihaorz/git-init.git`

`git push -u origin --all`

Expand Down

0 comments on commit c78ab05

Please sign in to comment.