matthiasblaesing commented on issue #1248: [NETBEANS-1936] Version splitting Testcode URL: https://github.com/apache/netbeans/pull/1248#issuecomment-492341530 You can update PRs by pushing new commits into the branch that was used to create the PR. That even works if you force-push. In your checkout do this: ```shell # switch to patch-1 branch git checkout patch-1 # cherry-pick the tests into this branch git cherry-pick 8becb206246d4b01dd18095d50621acb150a3a82 # Run unittests and see if everything works # Push updated branch - this assumes your first push of patch-1 set the github branch as upstream git push ``` On github you will now see two commits in the "Commits" tab. By this time you can close #1248 as the code lives in this PR.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
