DEV Community

Discussion on: GIT Mantras you should know

Collapse
 
deschant profile image
Deschant Kounou • Edited

Great article! I would add that having the practice of squashing all commits in a specific task/feature is good within teams because it makes the rebase process smoother. All potential conflicts appear at once and can be resolved.

Collapse
 
andreacanton profile image
Andrea Canton

Thank you for sharing! I totally agree, even with my team we do the squasing when we merge some feature. GitLab helps a lot ;)