Contributing

Initializing the repository

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

git push origin HEAD:refs/for/main