Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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