Comment on Minimum Viable Git for Trunk-Based DevelopmentparentComments−denimnerd423ynah, I always git add --all && git commit -m "issu-12 my short message"if something leaks and I need to add to gitignore I'll amend.there's definitely cases for staging more complicated edits but not in my daily work.
Comments
nah, I always git add --all && git commit -m "issu-12 my short message"
if something leaks and I need to add to gitignore I'll amend.
there's definitely cases for staging more complicated edits but not in my daily work.