Add missing +

This commit is contained in:
Nicole C. Engard 2017-05-04 11:23:20 -05:00 committed by GitHub
parent 036437bd18
commit a904f5e6ad

View file

@ -88,7 +88,7 @@ The process starts with the upstream side, which for RH-SSO is in a GitHub repos
. Check out a topic branch to work in:
git checkout -b BRANCH_NAME upstream/master
+
IMPORTANT: Do NOT forget to put the upstream/master at the end of the command. Otherwise you might be working with the wrong content.
. Do work / make edits.