-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How would I move my fork from plietar/librespot to librespot-org/librespot? #18
Comments
You can make another fork and cherry-pick your commits to the new fork ¯_(ツ)_/¯ |
There's no easy way to do this as there could be conflicts etc. After you have forked a new repo from librespot-org you could create pull requests into it and do it that way. (Hey @alin23, you dropped this ;) \ ) |
@michaelherger like @ComlOnline there's no easy way. I just had a look at a few of your branches, it looks like you created a few. If you explain a little about which ones you added and what they do, I'd be happy to start copy-pasting stuff if you want a hand migrating. |
I don't think there's much of general interest in my branches as of today (there was one which got merged a while back). They mostly deal with my Spotty plugin for Logitech Media Server (LMS). I needed a way to talk from librespot/spotty to LMS. At least two branches deal with my more or less successful attempts for this feature. Another one (refactor-0817) tries to bring my changes up to speed with the re-factoring started by @plietar back in August of last year (and now continued here). I'll probably just live with the current situation until that latest branch is ready to be merged into my spotty branch. Then I'll create a new fork and try to push that fork only. Thanks for all your input! |
FWIW: I can submit pull requests even from my existing, old fork, without forking librespot-org/librespot again. I merged changes from the latter on top of my existing master, pushed to my origin. From where I was able to submit this pull request #111 |
I have a fork of plietar/librespot which I've modified. Now I'd like to base it off librespot-org/librespot. Anybody knows how I would do this? I would like to be able to post pull requests here (if there ever was one :-))
The text was updated successfully, but these errors were encountered: