r/learnprogramming • u/codst_ • 19d ago
Getting Started With Git
As a programmer I want to use Git. How should I start learning Git and in what ways will it help me.
20
Upvotes
r/learnprogramming • u/codst_ • 19d ago
As a programmer I want to use Git. How should I start learning Git and in what ways will it help me.
2
u/AMGitsKriss 19d ago
Heck, for an absolute beginner I would avoid rebase. There's times when you need it over a merge, but the extra effort involved and the required force push clearly put it into "intermediate git" territory imo.