-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Milestone
Description
We need only commits for https://github.com/apache/arrow/tree/main/java . Other commits such as commits for .github/ aren't needed. We need to adjust other files for this repository.
We can do this by the following command lines:
git clone [email protected]:apache/arrow-java.git
cd arrow-java
git remote add arrow https://github.com/apache/arrow.git
git fetch arrow
git switch -c arrow-main-java arrow/main
git filter-branch --subdirectory-filter java
git switch main
(git log --format=%H --reverse arrow-main-java | while read commit; do git cherry-pick $commit; done)
git push originReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels