Skip to content

Commit a44ce49

Browse files
committed
rn-35: add git-pisect tool
1 parent 6550793 commit a44ce49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rev_news/drafts/edition-35.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ __Git tools and sites__
118118
* [GitPlex](https://www.gitplex.com/) a tool to "browse code in git repository like in IDE".
119119
* [FAC](https://github.com/mkchoi212/fac) a command line tool to fix merge conflicts has been [discussed on Hacker News](https://news.ycombinator.com/item?id=16056271).
120120
* [Git exercises](https://gitexercises.fracz.com/) helps you "learn and practice Git" with exercises to "rapidly become a Git Master".
121-
* [git-dissect (DIStributed biSECT)](https://github.com/talshorer/git-dissect) "an alternative to `git bisect` that allows running tests on multiple hosts in order to bisect faster."
121+
* [git-dissect: DIStributed biSECT](https://github.com/talshorer/git-dissect) "an alternative to `git bisect` that allows running tests on multiple hosts in order to bisect faster."
122+
* [git-pisect: Parallel regression finder](https://github.com/hoelzro/git-pisect) "an alternative to `git bisect run` that uses multiple concurrent tests to try to finish a bisect more quickly", with an [explanatory blog post](https://hoelz.ro/blog/git-pisect).
122123

123124
## Credits
124125

0 commit comments

Comments
 (0)