DEV Community

Discussion on: What dev topic do you think you should understand, but don't?

Collapse
 
keremispirli profile image
keremispirli

Have you seen The Git Parable? It's a smooth read that explains why git does what it does pretty good. With that knowledge, you can use git more consciously i.e. less destructively.

I think next step to unlocking more of the power of git would be learning about branching strategies. Atlassian's and GitHub's articles are very informative. These are must-reads though:

Good luck!