干净利索是一种态度,避免出现无用的 commit 。学习使用 git rebase 命令,真的会爱上ta。
合并最近俩条commit
git rebase -i HEAD~2需要合并几条数据,数字改为几即可。
自动进入 vi 编辑模式
pick e0b28b9 test 1
pick 670239a test 2# R…
Git rebase git original log: 目前有多于三个的log,而我想要合并最近的两个 log, 也就是上图中紫色的圈和黄色的圈,所以这个时候使用rebase的方式如下:
git rebase -i ee9ee598ea2a4bece9b23
注意这个时候的应该使用的log的编码是红…
BPMN 2.0 constructs
BPMN 2.0 构件
Custom extensions
自定义扩展
The BPMN 2.0 standard is a good thing for all parties involved. End-users dont suffer from a vendor lock-in that comes by depending on a proprietary solution. Frameworks, and particularly o…