PS E:\wwwroot\object> git pull origin feature/theme-store --rebase
error: cannot pull with rebase: You have unstaged changes.
error: please commit or stash them.
PS E:\wwwroot\object> git stash push
Saved working directory and index state WIP on theme-store-wangqiang-20220215: dcbbe12be Add default section content_for_layout to render section settings
PS E:\wwwroot\object>
PS E:\wwwroot\object> git pull origin feature/theme-store --rebase
remote: Enumerating objects: 16, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 28 (delta 3), reused 2 (delta 2), pack-reused 12
Unpacking objects: 100% (28/28), 93.32 KiB | 54.00 KiB/s, done.
From https://xxx.com/xxx/object
* branch feature/theme-store -> FETCH_HEAD
dcbbe12be..f6709bcf5 feature/theme-store -> origin/feature/theme-store
Updating dcbbe12be..f6709bcf5
Fast-forward
.../json_schema/types/color_background.json | 12 +
.../Accessor/DelayedThemeSettingAccessor.php | 21 +-
.../ThemeSetting/Schema/SettingTypeFactory.php | 1 +
.../Schema/Types/ColorBackgroundType.php | 9 +
.../Modules/ThemeSetting/View/ManagesTemplate.php | 5 +-
platform/composer.json | 15 +-
platform/composer.lock | 4901 ++++++++++++++++----
7 files changed, 4150 insertions(+), 814 deletions(-)
create mode 100644 platform/Modules/ThemeSetting/Resources/json_schema/types/color_background.json
create mode 100644 platform/Modules/ThemeSetting/Schema/Types/ColorBackgroundType.php
PS E:\wwwroot\object>
<pre class="wp-block-syntaxhighlighter-code">
PS E:\wwwroot\object> git stash pop
Auto-merging platform/composer.lock
CONFLICT (content): Merge conflict in platform/composer.lock
Auto-merging platform/composer.json
CONFLICT (content): Merge conflict in platform/composer.json
The stash entry is kept in case you need it again.
PS E:\wwwroot\object> git status
On branch feature/theme-store-wangqiang-20220215
Your branch is ahead of 'origin/feature/theme-store-wangqiang-20220215' by 3 commits.
(use "git push" to publish your local commits)
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: platform/.rnd
modified: platform/app/Http/Kernel.php
modified: platform/app/Http/Middleware/CurrentTheme.php
modified: platform/app/Providers/AppServiceProvider.php
modified: platform/app/Services/PluginService.php
modified: platform/config/app.php
modified: platform/config/modules.php
modified: platform/phpunit.xml
Unmerged paths:
(use "git restore --staged <file>..." to unstage)
(use "git add <file>..." to mark resolution)
both modified: platform/composer.json
both modified: platform/composer.lock
Untracked files:
(use "git add <file>..." to include in what will be committed)
platform/composer.json.BASE.json
platform/composer.json.LOCAL.json
platform/composer.json.REMOTE.json
PS E:\wwwroot\object>
</pre>



<pre class="wp-block-syntaxhighlighter-code">
PS E:\wwwroot\object> git status
On branch feature/theme-store-wangqiang-20220215
Your branch is ahead of 'origin/feature/theme-store-wangqiang-20220215' by 3 commits.
(use "git push" to publish your local commits)
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: platform/.rnd
modified: platform/app/Http/Kernel.php
modified: platform/app/Http/Middleware/CurrentTheme.php
modified: platform/app/Providers/AppServiceProvider.php
modified: platform/app/Services/PluginService.php
modified: platform/config/app.php
modified: platform/config/modules.php
modified: platform/phpunit.xml
PS E:\wwwroot\object>
</pre>
<pre class="wp-block-syntaxhighlighter-code">
PS E:\wwwroot\object> git log
commit f6709bcf51c8b95bba96f241ae369ed58d7ca585 (HEAD -> feature/theme-store-wangqiang-20220215, origin/feature/theme-store)
Author: Vidy Videni <vidy.videni@gmail.com>
Date: Thu Feb 17 09:21:26 2022 +0800
Add color background type
commit 7cf1c1f9ac44eec2fddd2ed67984bc41d3062409
Author: Vidy Videni <vidy.videni@gmail.com>
Date: Tue Feb 15 16:43:21 2022 +0800
Install orchestra asset packages
commit a55b3dec62c63305476af07fc46fe82554e13a87
Author: Vidy Videni <vidy.videni@gmail.com>
Date: Tue Feb 15 15:51:40 2022 +0800
Allow empty for ThemeSettingAccessor
commit dcbbe12be67a4defccfd444d45ba4eb67a363112 (origin/feature/theme-store-wangqiang-20220215, feature/theme-store)
Author: Vidy Videni <vidy.videni@gmail.com>
Date: Tue Feb 15 14:44:07 2022 +0800
Add default section content_for_layout to render section settings
commit a017d01d10273043ed31673e0630196ff7ae65ca
PS E:\wwwroot\object>
</pre>

git.exe checkout -f 1150e89205303e353ae0aab7cfcf045c2255b515 --
开始变基
选取 1: c9ea3f15ae0cfb4fa863053d9a30d8da6a7bcb71
feat: 在 获取主题基本信息 接口中,添加字段:themeAsset(获取主题素材的内容)
[detached HEAD 38666ec8d] feat: 在 获取主题基本信息 接口中,添加字段:themeAsset(获取主题素材的内容)
Date: Thu Feb 17 11:28:20 2022 +0800
3 files changed, 70 insertions(+), 2 deletions(-)
create mode 100644 platform/Modules/ThemeStore/Resolver/OnlineStoreTheme/ThemeAssetResolver.php
选取 2: 956b4341cd65d641bc35368c0a1f693d2083dc21
perf: 主题素材的路径,反斜杠转换为正斜杠
[detached HEAD 04a85bfe1] perf: 主题素材的路径,反斜杠转换为正斜杠
Date: Thu Feb 17 11:35:16 2022 +0800
1 file changed, 16 insertions(+), 14 deletions(-)
选取 3: 85092d26901b1a731a888448168fc40a17ea75c2
test: 在 获取主题基本信息 接口中,针对字段:themeAsset(获取主题素材的内容)。编写测试
[detached HEAD 0eb9bf7b9] test: 在 获取主题基本信息 接口中,针对字段:themeAsset(获取主题素材的内容)。编写测试
Date: Thu Feb 17 15:42:07 2022 +0800
1 file changed, 31 insertions(+)
git.exe checkout -f -B feature/theme-store-wangqiang-20220215 0eb9bf7b994a73a739aff787da3f2ffcad193c3c --
git.exe reset --hard 0eb9bf7b994a73a739aff787da3f2ffcad193c3c --






需要长期技术维护或远程问题排查?
我是拥有 15+ 年经验的 PHP / Go 后端工程师,长期关注已有系统维护、Bug 修复、性能优化、服务器排查、WordPress 网站维护和小功能迭代。
如果你的项目遇到以下情况,可以先从一次小问题排查开始合作:
- ✅ PHP / Laravel / Yii2 老项目无人维护
- ✅ Go / Gin 后端接口需要排查或优化
- ✅ WordPress 网站访问慢、报错或插件冲突
- ✅ Nginx / MySQL / Redis / Linux 服务器异常
- ✅ CDN / Cloudflare / DNS / HTTPS 配置问题
- ✅ 需要长期远程技术支持或兼职维护
更多介绍请查看:关于我 & 合作
微信:13980074657
邮箱:shuijingwanwq@gmail.com
Telegram:@shuijingwan
GitHub:https://github.com/shuijingwan

发表回复