My Favourite Git Commit
fatbusinessman.com
My Favourite Git Commit
1–10 of 389 posts
Re: My Favourite Git Commit
#2Re: My Favourite Git Commit
#3Should this go into a commit message, instead of an issue/ticket?
Re: My Favourite Git Commit
#4Re: My Favourite Git Commit
#5Should this go into a commit message, instead of an issue/ticket?
FWIW, I also prefer READMEs to Wikis.
Re: My Favourite Git Commit
#6Should this go into a commit message, instead of an issue/ticket?
In tools like GitHub, if you make a PR with this commit, it will also automatically put the text in the PR description.
I would much prefer this at work over what I usually see with inconsistent commit message styles and not explaining properly what was done, and not following the recommended max length per line.
Re: My Favourite Git Commit
#7Should this go into a commit message, instead of an issue/ticket?
When a developer is looking at logs for solving some problem, they can easily review the rationale for changes.
I'd much prefer the log explaining everything, rather than having to look to a ticket that may no longer exist.
Re: My Favourite Git Commit
#8The title of the commit was enough for me. I wouldn’t have read the content anyways
Re: My Favourite Git Commit
#9Should this go into a commit message, instead of an issue/ticket?
I'd prefer it being on the commit itself.