Merge "Correcting usage docs on branch name"

This commit is contained in:
Jenkins
2014-08-28 22:26:57 +00:00
committed by Gerrit Code Review

View File

@@ -385,7 +385,7 @@ This would be possible by using the `--import-branch` option of import command a
```bash ```bash
TIMESTAMP=$(date +"%Y%m%d%H%M%s") TIMESTAMP=$(date +"%Y%m%d%H%M%s")
git upstream import --import-branch "import/import-$TIMESTAMP" upstream/master git upstream import --import-branch "import/import-$TIMESTAMP" upstream/master
git push gerrit import/$TIMESTAMP:import/$TIMESTAMP git push gerrit import/import-$TIMESTAMP:import/import-$TIMESTAMP
``` ```
Then, create a valid `Change-Id` for the merge commit Then, create a valid `Change-Id` for the merge commit