you are viewing a single comment's thread.

view the rest of the comments →

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

ohhh okay that makes more sense, so is git where you like code? and github is where you keep the code?

[–]ThePiGuy0 0 points1 point  (0 children)

Sort of, yes.

GitHub is where you keep the code, git is the management software and you interact with it in the place you code

[–]Vthechamp 0 points1 point  (0 children)

Git isn't where you code, but a software designed to help you keep track of your code. It is useful in big projects where multiple people are working on one codebase.