DEV Community

Discussion on: Essential git commands every developer should know

Collapse
 
profplum profile image
profPlum

Definitely git bisect too, I though the idea of commits were cool but was really skeptical of the practicality of using them to debug. git bisect stream lines this very efficiently and is an incredibly useful debugging tool!