DEV Community

Discussion on: 15 Git Commands You May Not Know

Collapse
 
jcoelho profile image
José Coelho

Great article! Sometimes we forget how powerful git really is.

Another command I really like and most people don't use is git bisect.
It's a great way to find a buggy commit.

Collapse
 
ludamillion profile image
Luke Inglis

This is one of those commands you don’t use very often but is priceless when you do need it.