Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
merge-upstream-master
// Skill to merge upstream master into a local branch following rebranding rules.
$ git log --oneline --stat
stars:278
forks:21
updated:2026年4月1日 05:11
SKILL.md
// Skill to merge upstream master into a local branch following rebranding rules.
| name | merge-upstream-master |
| description | Skill to merge upstream master into a local branch following rebranding rules. |
This skill is used when merging changes from the official Deskflow upstream repository into the rebranded DShare-HID repository.
git merge upstream-master).docs/trademark_rebranding_guide.md must be available in the repository.docs/trademark_rebranding_guide.md to understand the rebranding rules and specific file mappings..github/ directory, discard the upstream changes and keep the local state (deleted/modified as per rebranding requirements).git status to ensure all conflicts are addressed.git status or git diff --name-only --cached)../run_task.sh build to ensure the project compiles correctly with the merged changes.