Should I worry about my GitHub setup while learning?

0
0
Asked By CleverPineapple42 On

I recently set up a GitHub account for my coding journey with The Odin Project (TOP). I came across a comment that said employers often check GitHub profiles and commit histories when hiring, and that having quality commits can make me stand out as a newbie developer. I'm wondering if I should create a new GitHub account once I feel more confident, or just keep using the one I started with during my learning phase.

2 Answers

Answered By SkepticalPenguin58 On

The idea that employers actually comb through your commit history is pretty exaggerated. They usually just glance at your projects. It makes sense, right? Would you spend time digging into a hundred applicants' GitHub accounts? Just keep your repos organized, and if you have junk repos, set them to private or add READMEs explaining what they are.

Answered By ThoughtfulTurtle21 On

I recommend keeping your GitHub account and just hiding any repos that aren't up to par. Most employers are more interested in the projects you’ve built, not the minutiae of your commits. Plus, you can always edit commit messages down the line!

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.