Most beginners of programming decide to postpone the concept of version control (Git) to a later date until they think they are done with the basics of whichever language they’re learning. I believe this is a bad Idea.
Version control is a concept that every programmer must know in and out; no questions asked and as search it is crucial that we start learning it as soon as possible.
The best advise I would give a beginner is to integrate version control with whichever project, code or source file he/she writes.
Create a GitHub account. Learn how git works. Start using basic git commands and get used to them. By the time you’re ready with whichever language you’re learning, version control will become a part of you - this is a plus!
#shorts #Git #GitHub #Programming