User tests: Successful: Unsuccessful:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=27526
@oc666 you need to either use a separate branch (git checkout -b <new_branch_name>) or remove the commit for the Blueprint changes. You've got both in this pull request, which is incorrect.
git checkout -b <new_branch_name>
How can I remove it?
@oc666 you need to either use a separate branch (
git checkout -b <new_branch_name>
) or remove the commit for the Blueprint changes. You've got both in this pull request, which is incorrect.