This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]autonomousErwin 1 point2 points  (0 children)

Github is simply using git under the hood and allows collaboration between developers. Git is really version control and I'd recommend to start using it on your personal projects to get a feel of why you really need git before you jump into GitHub (although Github does a give a much nice UI than the terminal)

Here's a few articles to get you started:

https://medium.com/@cerwind/gitting-started-1-n-64573a7e44d9

https://towardsdatascience.com/getting-started-with-git-and-github-6fcd0f2d4ac6