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>