Github user mgaido91 commented on the issue:

    https://github.com/apache/nifi/pull/2657
  
    @viazovskyi I suggest you something like:
    ```
    git checkout nifi/master
    git checkout -b nifi-5109_2
    // do your changes on this branch and commit them
    git branch -D nifi-5109
    git branch -m nifi-5109
    git push -f -u origin nifi-5109
    ```
    If you want details/explanation on each command let me know.  Or let me 
know if I can help you somehow. Thanks.


---

Reply via email to