5 good practices I follow when I code using Git
Santiago Hollmann
2626

Nice, should try PR when working on my own projects. I based all my git workflows using Gitflow. My branches also have prefixes on them like “features/login”, “hotfix/login-bug”, I wonder if you do the same with your branches?