From c78ab056914758570223dfd9ecf2a12b33c5a229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=9D=BF?= Date: Wed, 7 Feb 2018 12:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76fac3a..a917b10 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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 .` @@ -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`