PR: 267428
Details
- Reviewers
jpb_jimby.name carlavilla mhorne fernape - Group Reviewers
docs - Commits
- R9:77ba8a655507: fdp/writing-style: Improve subsections
Diff Detail
- Repository
- R9 FreeBSD doc repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Hey @jpb_jimby.name , I tagged you to show how we do the PR association. You git commit -a to roll all your pending changes into a commit, and it opens up your preferred editor, and then you make a commit message trailer with PR:. That then goes and automatically updates the PR, and then the commit message title becomes the title of the review. HTH!
I think it is best practice to do git add <file1> <file2> ... and then commit to avoid commiting unwanted changes.
I do not understand why everyone says that, but would like to improve! Currently, I use alias gs=git show and alias ga=git commit -a --amend several times after to adjust my commit message and tweak little things (and of course still mistakes get past sometimes, but never the wrong files), so manually adding the files seems like a lot of misplaced extra work.