Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
max-dng5157yWhat is Google ? No jokes, I wanted to get an explanation from the people here first hand other than a rich card from Google @samfreeman05
-
disolved5317yIt's a cloud compatible version control and backup system for code projects. So you dont have to have the folders "project" "project new", "project final", "project reallyfinal" and store them on your dropbox or smth and send them back and forth between your team members. Also it's super helpfull when working alone as well, because you keep track of your work and your fixes and features.
-
@max-dng there is an excellent talk by linus to google guys about git. https://youtu.be/4XpnKHJAok8
enjoy. -
Git is one implementation of Version Control Software (VCS). Other examples include SVN, CVS, Mercurial, TFS and SourceSafe. It's a way of controlling development code and providing backups. It's designed to make coding anything easier, safer, more fault tolerant and more manageable than just editing files in a folder on some dude's machine somewhere.
-
From one webdev student to another...It's an awesome quick way to make a copy of your entire code including dependencies if wanted so you can experiment instead of fucking up the original. Also you can 'upload' a large file in a few commands to a remote repo in seconds instead of minutes. This is 'just the tip' of it's features. Spent a whole weekend learning the basics and I was way ahead of my classmates.
-
Download it today if they are teaching you this is school learn it on your own especially if you are working with any type of framework.
Related Rants
This is probably gonna make some people here jump out of the window, but would someone care to explain Git to me ?
Am a web dev student btw
undefined
please be nice
git
explain everything