-
Notifications
You must be signed in to change notification settings - Fork 105
Import commits from apache/arrow #1
Copy link
Copy link
Closed
Milestone
Description
We need only commits for https://github.com/apache/arrow/tree/main/go . 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-go.git
cd arrow-go
git remote add arrow https://github.com/apache/arrow.git
git fetch arrow
git switch -c arrow-main-go arrow/main
git filter-branch --subdirectory-filter go
git switch main
git rebase arrow-main-go
git push origin --force mainReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.