diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-03-18 13:22:32 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-03-18 13:22:32 -0400 |
commit | f2e45f5a7c263cad810d40d919761089e024c190 (patch) | |
tree | 916598f46100dac79ddf86d96639a8ab3cb745b3 /README.md | |
parent | 8bf5bc8bc8322bce796a9d9c9e7dc140e3081973 (diff) | |
download | jquery-ui-f2e45f5a7c263cad810d40d919761089e024c190.tar.gz jquery-ui-f2e45f5a7c263cad810d40d919761089e024c190.zip |
README: 1-8-stable -> 1-10-stable.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -75,7 +75,7 @@ These should be squashed before landing in master. Fetch the remote first: - git fetch [their-fork.git] [their-branch] + git fetch [their-fork.git] [their-branch] Then cherry-pick the commit(s): @@ -83,7 +83,7 @@ Then cherry-pick the commit(s): If you need to edit the commit message: - git cherry-pick -e [sha-of-commit] + git cherry-pick -e [sha-of-commit] If you need to edit the changes: @@ -93,7 +93,7 @@ If you need to edit the changes: If it should go to the stable brach, cherry-pick it to stable: - git checkout 1-8-stable - git cherry-pick -x [sha-of-commit-from-master] + git checkout 1-10-stable + git cherry-pick -x [sha-of-commit-from-master] -*NOTE: Do not cherry-pick into 1-8-stable until you have pushed the commit from master upstream.* +*NOTE: Do not cherry-pick into 1-10-stable until you have pushed the commit from master upstream.* |