修复:文章图片路径错误
This commit is contained in:
@@ -45,7 +45,7 @@ tags:
|
||||
cd eladminx
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
2. 将前端仓库作为后端仓库的远程仓库,起别名为 frontend(这个随便起)
|
||||
|
||||
@@ -53,7 +53,7 @@ tags:
|
||||
git remote add -f frontend https://gitee.com/Charles7c/eladminx-web.git
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
3. 将前端仓库的 master 分支(自己选择哪个分支)合并到后端仓库
|
||||
|
||||
@@ -61,7 +61,7 @@ tags:
|
||||
git merge --strategy ours --no-commit frontend/master
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
想法很美,但是报错了:
|
||||
|
||||
@@ -75,7 +75,7 @@ tags:
|
||||
git merge --strategy ours --allow-unrelated-histories --no-commit frontend/master
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
4. 将前端仓库的 master 分支内容放到在后端仓库内刚建好的 eladminx-web 文件夹中
|
||||
|
||||
|
Reference in New Issue
Block a user