找到我在gerrit的所有变化

use*_*265 5 git gerrit

我想看看Gerrit的所有变化.我怎样才能做到这一点?换句话说,在perforce中,我可以看到我在GUI中提交的所有更改列表的列表.我想用Gerrit或Git做同样的事情.

Mur*_*nik 5

在gerrit中,输入搜索:

owner:<your user>
Run Code Online (Sandbox Code Playgroud)

gerrit 2.6 及更高版本也支持这种速记语法(假设您已登录):

owner:self
Run Code Online (Sandbox Code Playgroud)

在混帐中:

git log --author=<your username>
Run Code Online (Sandbox Code Playgroud)