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
-
Basically, it's Version Control software.
Instead of file sharing different version of the same file it's all organized in a neat timeline to one folder called a repository.
Lots of tutorials are available online. That's how I learnt. -
@C0D4 I have seen it, but I like flexing I know the syntax by memory. Weird flex I know.
-
JhonDoe28184y
-
Just Google your way through each thing as it comes up but do manual back ups of your code while you're still learning the basics
-
Lexter11744yOr don't use git. Write your expectations and needs on paper and choose what you need. For me and for most of my work is SVN much better choice.
-
@Lexter I don't think that's a good advice nowadays. Git is much more widely used and has better learning resources. It's a de facto industry standard. I don't think telling a beginner to learn a less useful skill with more effort is sensible just because it maybe fits their requirements better. Especially considering that they don't know what their requirements are or what version control is in the first place.
How to use github for coding please tell me.
question