eriksl / streamproxy

This stream proxy can replace the streamproxy, transtreamproxy and filestreamproxy on VU+ receiver. Care has been taken to always fetch all bufferend data, so the transcoding engine won't crash.
Other
11 stars 14 forks source link

merge master of erik into master of anudanan #11

Closed anudanan closed 5 years ago

eriksl commented 5 years ago

What's the purpose of this?

anudanan commented 5 years ago

I don´t know why this pull request comes to you. I have merged your changes with the github GUI into my fork and these pull request came automatically.

Is it a better way to delete my fork and making a new one?

anudanan commented 5 years ago

I´ve deleted my fork and will make a new one. I think that is a better way

Now my fork is a new copy of your master. Thanks for merging and cleanup some whitespaces and comment lines

eriksl commented 5 years ago

The usual way to prepare a PR is like this:

I've never found a reason to completely remove a fork or clone, git is very resiliant and almost always you can get back to some known point.

anudanan commented 5 years ago

my local repo is a clone of my fork in github

Pushs from my local to my github works fine But on github a merge from your master to my master (after your last changes) goes over the pullrequest (i haven´t found an other way) and then you see the pullrequest on your side which I don´t want to have

I haven´t delete my local repo. After deleting the fork and creating a new I can easily pull your last changes to my local repo. I see the conflicts and solve it.

local git is easier to use than github with merges.

anudanan commented 5 years ago

one additional info

after your close of my pullrequest than github had gave me an offer to delete my fork. It looks like for me that it is normal to delete a github fork after a successful pullrequest

eriksl commented 5 years ago

No the usual procedure is to use a branch and then remove the branch.

anudanan commented 5 years ago

I will see how it works in future ;-) Now I have a fork and a work branch on it. The same conent as on my local system