diff options
author | Danny Baumann <dannybaumann@web.de> | 2013-07-30 18:20:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-07-30 18:20:25 +0000 |
commit | 01fc4baac4b9d641d108f2b3f8d30e14d79fc48f (patch) | |
tree | c707682504f6b28bac62b5f857ec6a8fb3cfa06a | |
parent | 12beb46ab0653664bb75bd75caa6579cd719841b (diff) | |
parent | 4a18a09c1642ef4615fbe036d34d568b4da694ab (diff) | |
download | android-01fc4baac4b9d641d108f2b3f8d30e14d79fc48f.tar.gz android-01fc4baac4b9d641d108f2b3f8d30e14d79fc48f.tar.bz2 android-01fc4baac4b9d641d108f2b3f8d30e14d79fc48f.zip |
Merge "README: update to cm-10.2 branch" into cm-10.2
-rw-r--r-- | README.mkdn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.mkdn b/README.mkdn index ccecbcf5..57e0b4f8 100644 --- a/README.mkdn +++ b/README.mkdn @@ -11,7 +11,7 @@ You can do this by using these commands: (Go to repo you are patching, make your changes and commit) cmgerrit <for(new)/changes(patch set)> <branch/change-id> - repo start cm-10.1 . + repo start cm-10.2 . (Make your changes and commit) repo upload . Note: "." meaning current directory @@ -31,7 +31,7 @@ familiar with [Git and Repo](http://source.android.com/source/using-repo.html). To initialize your local repository using the CyanogenMod trees, use a command like this: - repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1 + repo init -u git://github.com/CyanogenMod/android.git -b cm-10.2 Then to sync up: |