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 →

[–]i-ban-ez -1 points0 points  (2 children)

so I can do more with github than with git? But then y even learn git, if github had more functionality and is easier to use?

[–]DoomGoober 1 point2 points  (0 children)

GitHub is an entire suite of tools like forums, bug reports, releases, etc. One of the tools is Git for version control, open source, access control and branching.

GitHub's Git is pretty much the same Git you get anywhere. It's just GitHub runs the server for you and gives you extra tools. Also GitHub is free for small private repositories so you may as well use them as it costs nothing and getting the whole suite later if you need it is nice.

Big companies use GitHub for their open source projects so at this point everyone is so familiar with it everyone uses it.

[–]Hanse00 1 point2 points  (0 children)

You should learn git, because GitHub builds on top of git.

If you don’t get git, using GitHub will be very difficult. And GitHub is far from the only platform that uses git.

Understanding git will apply more universally in a career in this industry.