DEV Community

Discussion on: Which programming language/environment is more “powerful” than people realize?

Collapse
 
ivancrneto profile image
Ivan Neto • Edited

Git.

Not a programming language, but I think it's worth mentioning. Sometimes we just commit and push, but it's possible to rename commits, reorder, fix extremely difficult conflicts, find where/when a bug was introduced, create hooks, etc.

We should take some time, learn Git and see how powerful it is, instead of just throwing off our local and pulling the remote repo again after the first issue :D

Collapse
 
sudiukil profile image
Quentin Sonrel

Agreed, Git is well known but I don't think most people using it realize how powerful it really is, I use it a lot and since quite some time now and I still learn new and awesome things every now and then !