摘要: 点击查看代码 #!/bin/bash # 设置你要cherry-pick的commit hash commit_hash="a5bdefa5d8cccc7cb73b85a84355c6d977a918fb" # 获取所有本地分支的名字,排除远程跟踪分支 branches=$(git branch - 阅读全文
posted @ 2024-06-18 15:45 jialiangzai 阅读(31) 评论(0) 推荐(0)