-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
We need only commits for https://github.com/apache/arrow/tree/main/js . 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 git@github.com:apache/arrow-js.git
cd arrow-js
git remote add arrow https://github.com/apache/arrow.git
git fetch arrow
git switch -c arrow-main-js arrow/main
git filter-branch --subdirectory-filter js
git switch main
(git log --format=%H --reverse arrow-main-js | while read commit; do git cherry-pick $commit; done)
git push originMetadata
Metadata
Assignees
Labels
No labels