mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #18] How would I move my fork from plietar/librespot to librespot-org/librespot? #9
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michaelherger on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/18
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 :-))
@alin23 commented on GitHub (Jan 29, 2018):
You can make another fork and cherry-pick your commits to the new fork ¯_(ツ)_/¯
@ComlOnline commented on GitHub (Jan 29, 2018):
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 ;) \ )
@sashahilton00 commented on GitHub (Jan 29, 2018):
@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.
@michaelherger commented on GitHub (Jan 29, 2018):
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!
@michaelherger commented on GitHub (Jan 31, 2018):
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 https://github.com/librespot-org/librespot/pull/111