Workflow for fetching new Gerrit patchsets #8481
Unanswered
jakubsmolaga
asked this question in
Q&A
Replies: 1 comment
|
Tough. I have a related question, which seems even simpler. When:
I've made an extremely ugly browser plugin to alter Gerrit html (i.e. not server-side but browser-side). How do others deal with it? Appending a real git trailer seems somewhat superfluous, given there's already a git header for storing exactly that. It's just the git header is not shown in Gerrit UI.
🤔 Screenshot from the https://addons.mozilla.org/en-US/firefox/addon/gerrit-jj/ - I only access Gerrit with Firefox, so it's just enough to scratch my own itch. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi, I recently started using
jjat work and I think I might be a little bit confused about dealing with Gerrit. Here is my current workflow:git fetch ssh://<...> refs/changes/<...> && git checkout FETCH_HEADjjbut it has a differentjjchange idIs this the correct way to do this? If not, what would be the idiomatic way of getting a new patchset? Thanks :)
All reactions