Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想查看我在 Gerrit 中的所有更改。我怎样才能做到这一点?换句话说,我可以看到我在 GUI 中提交的所有更改列表的列表。我想用 Gerrit 或 Git 做同样的事情。
在 gerrit 中,输入搜索:
owner:<your user>
gerrit 2.6 及更高版本也支持这种速记语法(假设您已登录):
owner:self
在 git 中:
git log --author=<your username>