search

Home  >  Q&A  >  body text

git log搜索问题,如何搜索author包含zhangsan,同时message包含table的提交

如题。 我电脑上装了sourcetree和Tortoisegit这两个git管理工具。能否通过他们实现

为情所困为情所困2767 days ago645

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