第一步:git log (英文状态下按q ,即可退出)
commit 595190877cc9c940d7309e0000000181c0308f (HEAD -> app-only)
Author: xx<xx@xx.com>
Date: Tue Mar 18 15:34:40 2025 +0800
ble-sdk
第二步:git checkout xx 切换到正确的分支上
第三步: git cherry-pick 595190877cc9c940d7309e0000000181c0308f
第四步: gitk
第五步: git push