DEV Community

Discussion on: What’s a concept you understand now, but took you forever to grasp?

Collapse
 
rattanakchea profile image
Rattanak Chea • Edited

It took me a a while to get the hang of using Git in a team. It is scary to push the changes at first. Merging issues, stashing, undo, how every one uses Git flow differently, etc a lot could go wrong.

For now I am struggling with understanding AWS, continuous integration and a bunch of new technology.

Collapse
 
bszeliga profile image
Brandon

Totally agree with this but in more general terms, the concept of distributed version control. We started with Mercurial, and I remember being able to use it but could feel like I was missing something. Eventually once it clicked, understanding git became easy.