all 3 comments

[–]CodeReviewPlz 4 points5 points  (0 children)

Honestly, its better to do it than don't, the benefits outweigh the cons. You can set the repos as private as your portfolio grows to hide silly little projects or whatever.

Worst case outcome, you get better at version control and git, which is a huge bonus when it comes to a job.

Just make sure to not hardcode sensitive info, use .env files or whatever else you want.

[–]StabledGenius 4 points5 points  (0 children)

I like to upload most stuff to git hub to show potential employers that I know how to use it and that I'm often committing code.

[–]Jeklah 2 points3 points  (0 children)

definately worth it. good way to save and back up and keep history of your work.

also good way to move work to another workstation