DEV Community

Discussion on: Introduction to Version Control with Git.

Collapse
 
ptrjsn profile image
Peter Johnson • Edited

Good article! I'm glad you got into version control early; it's so critical. I've been working with version control for over 20 years & have recently been working on my Git skills, comparing workflows, etc. The aspects you covered are common across many VCS's; local vs. remote, branching, & merging are where Git differs, & can be some of the harder concepts to grasp. But as with most things, you can start simple, & learn the complexities once you get that down.