From 31b681e0aaa2250a0429b0d5893fa7587a24ca07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Casta=C3=B1on=20=C3=81lvarez?= Date: Fri, 27 Mar 2015 21:04:19 +0100 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4628fd3..af711b4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can send patches by using these commands: git add -A git commit -m "commit message" - git push ssh://@gerrit.omnirom.org:29418/ HEAD:refs/for/ + git push ssh://@gerrit.omnirom.org:29418/ 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 + repo init -u git://github.com/omnirom/android.git -b android-5.1 Then to sync up: