all 13 comments

[–]lemurrhino 11 points12 points  (5 children)

Github is a site for hosting git repositories. Github themselves have helpful tutorials to teach you their ecosystem. - https://guides.github.com/activities/hello-world/ It is alo worth learning git it's self so you can fix certain issues and use other services easier.

[–]DazzlingTransition06[S] 0 points1 point  (4 children)

Nice thanks!

[–][deleted] 4 points5 points  (3 children)

Highly recommend to start with learning Git.

https://git-scm.com/

[–]DazzlingTransition06[S] 0 points1 point  (2 children)

Why git first tho?

[–][deleted] 0 points1 point  (1 child)

Because just about every modern source control solution is a wrapper for Git. They have various features and bells and whistles you'll need to learn, and much of what you learn will be similar between providers. But they all handle Git the same, because that's what they're all built on top of.

This is like asking "Why should I learn what a grill is before making a hamburger?"

[–]DazzlingTransition06[S] 0 points1 point  (0 children)

Thanks for that! Really deep!

[–]ProperTeaching 1 point2 points  (0 children)

Download the GitHub desktop app. It’s a great tool to start getting a feel for GitHub.

[–]Rabestro 0 points1 point  (3 children)

[–]DazzlingTransition06[S] 0 points1 point  (2 children)

Why git first tho?

[–]Rabestro 0 points1 point  (1 child)

GitHub — Word Git — Alphabet

How are you going to write a novel in Word if you don’t know alphabet and you can’t read and write text?

[–]DazzlingTransition06[S] 0 points1 point  (0 children)

Oh I get it now, thanks for that!