Difference between revisions of "Repository"
From gem5
					
										
					
					Cirosantilli (talk | contribs)   (Make page more direct, fix formatting, remove broken link to public/m5threads.)  | 
				|||
| Line 1: | Line 1: | ||
| − | The gem5 repository is   | + | The gem5 repository is accessible at https://gem5.googlesource.com  | 
| − | + | Clone it with:  | |
| − | |||
| − | + |  git clone https://gem5.googlesource.com/public/gem5  | |
| − | + | There is also an official read-only GitHub mirror at: https://github.com/gem5/gem5  | |
| − | |||
| − | The main method for contributing code to gem5 is via our code review website:  | + | The main method for contributing code to gem5 is via our code review website: https://gem5-review.googlesource.com  | 
| − | https://gem5-review.googlesource.com  | + | |
| − | + | More information can be found at:  | |
| − | + | ||
| − | + | * http://gem5.org/Submitting_Contributions  | |
| + | * https://git-scm.com/book  | ||
| + | * https://gerrit-review.googlesource.com/Documentation/index.html  | ||
Revision as of 07:30, 25 February 2018
The gem5 repository is accessible at https://gem5.googlesource.com
Clone it with:
git clone https://gem5.googlesource.com/public/gem5
There is also an official read-only GitHub mirror at: https://github.com/gem5/gem5
The main method for contributing code to gem5 is via our code review website: https://gem5-review.googlesource.com
More information can be found at: