...
| No Format |
|---|
git diff --staged |
Finding issues, reasons for changes ( Bisect )
| No Format |
|---|
git bisect start
git bisect good <tag>
git bisect bad master
// check
git bisect [bad|good]
// check
git bisect [bad|good]
...
git bisect reset |
...
| No Format |
|---|
git diff --staged |
| No Format |
|---|
git bisect start
git bisect good <tag>
git bisect bad master
// check
git bisect [bad|good]
// check
git bisect [bad|good]
...
git bisect reset |