User Tools

Site Tools


git:git_bisect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
git:git_bisect [2016/11/22 09:40] – created petergit:git_bisect [2019/11/29 14:59] (current) – removed peter
Line 1: Line 1:
-====== GIT - git bisect ====== 
- 
-This command is great when you want to find out which commit introduced a breaking change.  bisect performs a binary search to help you pinpoint which commit is bad.  All you have to do is tell it which commit was bad, a commit that's good, and it'll automatically checkout the commits in between and have you test them.  Once you're finished git bisect reset. 
- 
-<code bash> 
-git init 
- 
-</code> 
  
git/git_bisect.1479807612.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki