I read this post on the dev.daily about the good and bad commit changes on the git which I found quite insightful.
It was able to draw some important conclusions regarding the approach of doing proper commits but also I would like to add my perspective that for some scenarios,one can stash their current changes and can move to higher branch.
post link : https://dev.to/sheraz4194/good-commit-vs-bad-commit-best-practices-for-git-1plc
credits: Sheraz Manzoor
Top comments (1)
Thank you so much for sharing it.