摘要: git 提取某次提交所修改的代码 应用场景 把分支A的某个功能抽到分支B中。 首先切换到分支B, 然后进行遴选(git cherry-pick). 如果没有冲突, 会自动合并然后使用原信息提交. 如果只想选出来, 不想提交, 则使用 -n 参数, 例: git cherry-pick -n ef9b 阅读全文
posted @ 2020-02-28 13:47 程序媛李李李李蕾 阅读(5543) 评论(0) 推荐(0)
摘要: 为什么 execute(echo 中文) 输出中文源码? import win.ui; /*DSG{{*/ var winform = win.form(text="管道演示";right=495;bottom=431;parent=...) winform.add( btnPing={cls="b 阅读全文
posted @ 2020-02-28 00:17 程序媛李李李李蕾 阅读(396) 评论(0) 推荐(0)