Is Git required for a programmer?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is Git required for a programmer??

26th May 2020, 8:02 PM
Juan Esteban Perdomo Santos
Juan Esteban Perdomo Santos - avatar
4 Answers
+ 8
Martin Taylor It sounds like you've responded to a lot of misconceptions and misinformation about git (the locally installed command line tool) and Github (the hosted online service that provides git functionality as well as additional features). 😉 Juan Perdomo It depends on whether or not the open source projects or software development teams you join are using git as the VCS of choice. If you do end up working with git, the odds are high that you'll end up working with Github, BitBucket, or GitLab as the highly popular hosted services used for managing git repos. While I've worked extensively with a number of different VCSs since the late 90s, the most commonly used on my enterprise consulting projects, product development teams, or small side projects over the past few years have been git and svn. From my anecdotal observations, new projects I'm involved with, monitoring, tracking, or using have been trending strongly towards git over svn.
27th May 2020, 4:21 AM
David Carroll
David Carroll - avatar
+ 4
Tom Joney (TheCoder) (Git is not GitHub)
27th May 2020, 9:02 AM
Ore
Ore - avatar
+ 3
Thanks TheCoder and sajid
27th May 2020, 12:26 AM
Juan Esteban Perdomo Santos
Juan Esteban Perdomo Santos - avatar
+ 1
Juan Perdomo If your working with a team its very important. Because, almost all progammers use it to save their projects and commit changes. Plus it's way too easy to learn git, so why not?
26th May 2020, 10:13 PM
Sajid
Sajid - avatar