|
@@ -2,13 +2,13 @@
|
|
|
|
|
|
Git 全局设置
|
|
|
|
|
|
-git config --global user.name "liuhx"
|
|
|
+git config --global user.name "liuhx@elab"
|
|
|
|
|
|
-git config --global user.email "liuhx@elab"
|
|
|
+git config --global user.email "liuhx@elab-plus.com"
|
|
|
|
|
|
创建新版本库
|
|
|
|
|
|
-git clone git@code.aliyun.com:adminRm/test.git
|
|
|
+git clone git@code.aliyun.com:elabFrameworkCore/elab-parent.git
|
|
|
|
|
|
cd test
|
|
|
|