You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-35.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,8 @@ __Git tools and sites__
118
118
*[GitPlex](https://www.gitplex.com/) a tool to "browse code in git repository like in IDE".
119
119
*[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).
120
120
*[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).
0 commit comments