Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git 在gerrit中找到我所有的变化_Git_Gerrit - Fatal编程技术网

Git 在gerrit中找到我所有的变化

Git 在gerrit中找到我所有的变化,git,gerrit,Git,Gerrit,我想在Gerrit中看到我所有的变化。我该怎么做?换句话说,在perforce中,我可以看到我在GUI中提交的所有更改列表的列表。我想使用Gerrit或Git执行同样的操作。在Gerrit中,键入搜索: owner:<your user> 吉特: git log --author=<your username> git日志——作者= git log --author=<your username>

我想在Gerrit中看到我所有的变化。我该怎么做?换句话说,在perforce中,我可以看到我在GUI中提交的所有更改列表的列表。我想使用Gerrit或Git执行同样的操作。

在Gerrit中,键入搜索:

owner:<your user>
吉特:

git log --author=<your username>
git日志——作者=
git log --author=<your username>