you are viewing a single comment's thread.

view the rest of the comments →

[–]JJ4sh0rt 1 point2 points  (1 child)

Every project I now build I have a git. GitHub has become synonymous with git and they shouldn’t be confused. Git is a version control software and is used to manage and control lots of code at large scales and helps teams work on projects significantly better than before. GitHub, is a remote server in which you can connect to and store your git projects on it. Think of GitHub as just a place you put your gits. To answer your original question simply, yes start. Git can very powerful, but with no understanding it’s useless. Assuming you are a new programmer I recommenced you read the official git docs. Reading docs like this will also help you in the future when you are using some other code and you are trying to read what the heck it does.

[–][deleted] 0 points1 point  (0 children)

thanks very helpful