DEV Community

Discussion on: Let's discuss: What are your biggest difficulties with Git?

Collapse
 
klyse profile image
klyse • Edited

IMHO the biggest issue with git is way too large repos and people who are using git wrong and create confusion doing so...
Also because it's so open, some believe they need to implement a new git strategy instead of using the ones available on the internet.
I've also seen repos without a strategy at all => nightmare ;)

Collapse
 
helderberto profile image
Helder Burato Berto

I agree with you, that's the motive every team I have been working, we normally define a standard like "git flow" for branch's and some commit linter for messages, it's very helpful.