Chan Ho Lee created ZEPPELIN-6125:
-------------------------------------

             Summary: Enable updates on the same branch using 
dev/checkout_zeppelin_pr.sh
                 Key: ZEPPELIN-6125
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-6125
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Chan Ho Lee
            Assignee: Chan Ho Lee


The `dev/checkout_zeppelin_pr.sh` script is useful for locally checking out PR 
commits.

Currently, it fetches the PR and checks out a new branch.

However, if the script is run while already on the target branch, the updates 
are not reflected because `git checkout` does not move the `HEAD` when the 
current branch is already checked out.

To improve the script, it could be useful to allow updates when the current 
branch is already checked out, ensuring that changes could be reflected in the 
target branch.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to