判斷 git feature branch codebase 工具 - Linux

Table of Contents

在 git 的 feature branch model (#1) 中,
尋找最適合的 commit 作為某 feature branch 的 codebase 是一件麻煩而瑣碎的事,
分享一支用來幫忙判斷最佳 codebase 的小工具。

https://github.com/changyuheng/git-show-dependence

1. http://nvie.com/posts/a-successful-git-branching-model/

--

All Comments

Margaret avatarMargaret2013-03-11
是怎樣的判斷機制?
Belly avatarBelly2013-03-14
從 git diff 會看的上下行中找出最新的 commit