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
-
xroad23808yGithub is an online repository for projects using git.
As mentioned above git is for version control, similar to svn. If you're creating any project of considerable size you HAVE to use some sort of version control.
I can't remember the name but there was an indie game company that got their hardware stolen and they lost EVERYTHING because they didn't use VC -
xroad23808yIf you feel it's too intimidating try using a GUI interface for git. It'll make more sense
-
itch9624038yUsing git, you can work on projects by making copy of the original and change some stuff in your copy and then, combine with the original....It is super easy, hassle free and most of the devs use it, so you should too.
-
mags245828ya way to save the state of your code in different snapshots that you can go back to one if you screw up, that you can share with others so they can change the code, save their own states and go back if either one of you screws up. also useful as a remote back up for when your desktop gets set on fire.
-
P3t3r66608yIf you think about it, it's kinda like the checkpoints/savegame files of programming ... #showerThoughts
-
mito2468yIf while coding you create many folders with different versions, git will help you. A lot.
-
xroad23808y@mikk150 Graphical User Interface. As opposed to command line.
...unless you were being facetious...
What is GitHub? And what is it used for? Why should I use it?
undefined