TortoiseGit Comment on Each File with Only One Commit
Sincerely hope this isn't absolutely obvious, but in TortoiseGit, I can create a comment on an entire commit. To get per file commit comments I end up just doing a git commit many times creating a comment and selecting which files. Then I do a push. While this works it creates a ton of commits (12 files 12 commits for example). How do I do one commit with different comments on different files? Or this not possible and I'm looking at this wrong?
I didn't see information on this here: https://tortoisegit.org/docs/tortoisegit/tgit-dug-commit.html
链接地址: http://www.djcxy.com/p/24442.html