DEV Community

Discussion on: Besides VC, what else do you use GitHub for?

Collapse
 
ryan_ai profile image
Ryan M

what is VC?

Collapse
 
madza profile image
Madza

version control, sry I should give the full name in brackets 😉

Collapse
 
muescha profile image
Michael

VC is more Venture Capital

You should change it tothe more common abbreviation: VCS - Version Control System

Collapse
 
ryan_ai profile image
Ryan M

I should have known what it is. I kept thinking venture capital! Thanks for the response. I like using github to look for bug reports, research error messages and find code examples.

Thread Thread
 
madza profile image
Madza

Awesome to hear! Thanks for your input! 🙏❤

Collapse
 
rukykf profile image
Kofi Oghenerukevwe H. • Edited

version control - that's something that helps you keep track of changes between different versions of your source code. Git is the most popular version control tool... at least in web development, but there are others like Mercurial and Subversion (SVN)