search

Home  >  Q&A  >  body text

Git log search problem, how to search for submissions where author contains zhangsan and message contains table

As mentioned. I have two git management tools, sourcetree and Tortoisegit, installed on my computer. Can it be achieved through them

为情所困为情所困2825 days ago677

reply all(2)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-02 09:33:30

    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

    reply
    0
  • 黄舟

    黄舟2017-05-02 09:33:30

    View the log in TortoiseGit, there is search in the upper right corner

    reply
    0
  • Cancelreply