简体   繁体   English

查看本地计算机上的所有git活动

[英]View all git activity on my local machine

Is it possible to see all of my recent git activity on my local machine across all of my git repositories? 是否可以在所有git存储库中的本地计算机上查看我最近的所有git活动? I am generally working on multiple projects with different git hosting solutions (so I can't use GitHub's activity monitor) and I would like to review my recent work for keeping accurate records of what I'm working on. 我通常使用不同的git托管解决方案来从事多个项目(因此我不能使用GitHub的活动监视器),并且我想回顾一下我最近的工作,以准确记录正在处理的内容。

Thanks! 谢谢!

Im not sure if there is a onestop-shop for all your git activity... I would go into whatever project directories you are worried about and run git log --author=yourName to see your recent changes. 我不确定是否所有的git活动都有一个一站式商店...我会进入您担心的任何项目目录,然后运行git log --author=yourName来查看您最近的更改。

see How can I view a git log of just one user's commits? 请参阅如何查看仅一个用户提交的git日志?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM