Getting Started with GitHub: Tips for a Newbie

0
0
Asked By CuriousCoder92 On

Hey everyone,

I'm just starting out on my GitHub journey. I'm a 2nd year computer science student, but I also have a previous degree in psychology. School just started last week, and I recently uploaded 3 basic Python projects to GitHub privately. They're quite simple, but I have a few questions as I dive deeper.

1. What resources would you recommend for learning GitHub and design principles?
2. How do pulls and commits actually work?
3. What types of files should I include in a repository, and where do common project structures come from?
4. Is there anything else I should be aware of as a beginner?

I know there are tons of resources out there, but I'm hoping to avoid the typical long tutorials that don't really get to the point.

Thanks, and happy Labor Day weekend!

2 Answers

Answered By TechSavvy101 On

It sounds like you’re feeling overwhelmed by all the information out there! The truth is, many new learners get stuck thinking they need to know everything before they start. Honestly, the best way to learn is to jump in and start messing around! Don’t be afraid to break something; that’s part of the process! Just try things out!

CatsAreAwesome23 -

Exactly! Experimenting is key to getting better!

Answered By CodeNinjaX On

Don't forget the official Git documentation at https://git-scm.com/docs. It's an excellent resource to have on hand as you learn.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.