adam-christian-software commented on PR #3188: URL: https://github.com/apache/polaris/pull/3188#issuecomment-3699692026
In order to preserve history with the previous client, I'm going to close this PR and open another one using a similar approach as: ``` # Copy the file using git mv, then restore the original git mv original.txt copy.txt git commit -m "Copy original.txt to copy.txt" git checkout HEAD~ -- original.txt git add original.txt git commit -m "Restore original.txt" ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
