From 24a57665e3625e67252cde8fc469bc5231d67c81 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Sun, 20 Dec 2015 22:22:49 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb6f4c8..724cc65 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,16 @@ Addons Forge *(push access is needed)* # specify target repo and branch: - export REPO=addons-yelizariev BRANCH=9.0 + export REPO=addons-yelizariev BRANCH=9.0 FEATURE=some-feature # fetch remote git fetch ${REPO} # create new branch - git checkout -b ${REPO}-${BRANCH}-some-feature ${REPO}/${BRANCH} + git checkout -b ${REPO}-${BRANCH}-${FEATURE} ${REPO}/${BRANCH} # push to upstream - git push upstream addons-yelizariev-9.0-some-feature + git push upstream ${REPO}-${BRANCH}-${FEATURE} # PR to existed branch