$ git log --branches=*feature/v1.2* --since 2020-04-20 --until 2020-04-23 --pretty=format:"%an %h %aD %s " --reverse |grep  -i  "[authorName]"

$ git cherry-pick 3a4adaae

  

 

相关文章:

  • 2021-07-31
  • 2022-12-23
猜你喜欢
  • 2021-12-30
  • 2021-03-31
  • 2021-10-26
  • 2021-07-21
相关资源
相似解决方案