blob: 6cfb69b06bacfdeb6dd0c77b3912709fd10135b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Project-ICE
===========
Getting started
---------------
To initialize, run the following commands:
```
repo init -u https://git.project-ice.org/Project-1CE/manifest -b sugisawa-mr1
repo sync -c -j$(nproc --all) --force-sync --fail-fast --no-clone-bundle --no-tags
```
Submitting patches
------------------
Currently we're using [Gerrit](https://review.project-ice.org/) as our code review platform.
To upload changes, we do recommend connecting via SSH with any Git client tool as you like:
```
git push ssh://{user_name}@gerrit.project-ice.org:29418/Project-1CE/{repo_name} HEAD:refs/for/sugisawa
```
|