As mentioned. I have two git management tools, sourcetree and Tortoisegit, installed on my computer. Can it be achieved through them
In the sourcetree single project interface, open the terminal in the upper right corner and execute the following commandgit log --author zhangsan --grep table
git log --author zhangsan --grep table
View the log in TortoiseGit, there is search in the upper right corner
In the sourcetree single project interface, open the terminal in the upper right corner and execute the following command
git log --author zhangsan --grep table
View the log in TortoiseGit, there is search in the upper right corner