blob: 0465798d575c51a5013159d4002ca34910102ff6 [file] [view] [edit]
# Contributing
## Initializing the repository
```shell
git clone https://android.googlesource.com/kernel/build/bootstrap
cd bootstrap
f=`git rev-parse --git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f
```
## Pushing a change to code review
```shell
git push origin HEAD:refs/for/main
```