Deleted Added
sdiff udiff text old ( 12562:aff103c513e7 ) new ( 12847:ed74e3cc9ce9 )
full compact
1Authors: Jason Lowe-Power
2 Andreas Sandberg
3 Steve Reinhardt
4
5If you've made changes to gem5 that might benefit others, we strongly encourage
6you to contribute those changes to the public gem5 repository. There are
7several reasons to do this:
8 * Share your work with others, so that they can benefit from new functionality.

--- 230 unchanged lines hidden (view full) ---

239
240If you receive the above error, simply run this command and then amend your
241changeset.
242
243```
244 git commit --amend
245```
246
247Push change to gerrit as a draft
248--------------------------------
249
250```
251 git push origin HEAD:refs/drafts/master
252```
253
254Push change bypassing gerrit
255-----------------------------
256
257Only maintainers can bypass gerrit review. This should very rarely be used.
258
259```
260 git push origin HEAD:refs/heads/master
261```

--- 71 unchanged lines hidden ---