Browse Source

fix

pull/6/head
Ivan Yelizariev 9 years ago
parent
commit
0ca7cd610d
  1. 2
      README.md

2
README.md

@ -29,7 +29,7 @@ Addons Forge
git fetch ${REPO}
# create new branch
git checkout -b ${REPO}-${BRANCH}-some-feature
git checkout -b ${REPO}-${BRANCH}-some-feature ${REPO}/${BRANCH}
# develop addons, create commits
# ...

Loading…
Cancel
Save