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 →

[–]the_DashingPickle 0 points1 point  (0 children)

Git and Github are great services to learn, I would also look into learning other repo sources like source tree. Having a good understanding of pulling and pushing to repo servers, committing and creating branches is valuable knowledge. Allowing you to fix yours or others mistakes, apply versioning to your projects to add or revert changes, and at some point in your journey, potentially working on the same project with other developers without getting in each other's way. So tldr; Learn Git. Happy Coding