jamesfredley commented on issue #13552:
URL: https://github.com/apache/grails-core/issues/13552#issuecomment-2916957657

   to avoid importing tags from the other repo use `--no-tags` on the fetch
   
   ```
   git remote add async [email protected]:grails/grails-async.git
   git fetch async --no-tags
   git merge -s ours --no-commit --allow-unrelated-histories async/6.0.x
   git read-tree --prefix=grails-async/ -u async/6.0.x
   git commit -m "Imported grails-async"
   ```


-- 
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]

Reply via email to