default: Add actual branch for gerrit and repo init

This is just a small change but will save time for new users so
they just need to copy and paste the line in case of the repo
init command.

For the gerrit one just will save some time too, so they just
need to add the project and them username.

Change-Id: I91e2899a9bdcc38fac1c77fedb0e80e82e52f868
This commit is contained in:
Hernán Castañon Álvarez 2015-03-27 21:04:19 +01:00 committed by Jacob Whatley
parent 5aedfbb045
commit 31b681e0aa
No known key found for this signature in database
GPG Key ID: 9A18E581795704A6
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ You can send patches by using these commands:
<make edits>
git add -A
git commit -m "commit message"
git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/<branch>
git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/android-5.1
Register at gerrit.omnirom.org and use the username that you registered there in the above command
@ -27,7 +27,7 @@ familiar with [Git and Repo](http://source.android.com/download/using-repo).
To initialize your local repository using the OMNIROM trees, use a command like this:
repo init -u git://github.com/omnirom/android.git -b <branch>
repo init -u git://github.com/omnirom/android.git -b android-5.1
Then to sync up: