diff --git a/USAGE.md b/USAGE.md index 0af0965..a91ed74 100644 --- a/USAGE.md +++ b/USAGE.md @@ -385,7 +385,7 @@ This would be possible by using the `--import-branch` option of import command a ```bash TIMESTAMP=$(date +"%Y%m%d%H%M%s") 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