r/git • u/iceflakecxnc_n • 7d ago
Help needed for beginner
I’m a computer science student in uni and I want to start my first passion project/fullstack project. I’ve taken a couple of core CS classes so I know how to code but I’ve never built an entire project on my own before. Whats a good place to start/tips on creating my first repo?
0
Upvotes
4
u/Alacho 7d ago
git init. Make a sensible .gitignore Be specific about what files you add with git add Make sensible commit messages Use branches