libera/#mezzano - IRC Chatlog
Search
17:57:27
ebrasca
fitzsim: How do I rejoin my fork back? Why I also don't get the same treatment as you? (I did contribute a good amount of code)
17:59:06
fitzsim
do you mean, you have some changes you want to get into github.com/froggey/Mezzano?
18:00:39
ebrasca
https://github.com/ebrasca/Mezzano , because of what I did understand from froggey I did separate my fork from froggey one to don't give him work and now PR are still acepted there
18:02:10
fitzsim
ok, it looks like you have worked on the TCP implementation there; I remember you trying to make it more standards-compliant
18:13:32
iska
what you do is copy your modified files, checkout the last upstream commit, make a branch, copy changed files back and make commit(s). Then push that to github
18:25:36
Vinapocalypse
`git stash` to move the changes aside, `git pull`, `git checkout -b YOUR_BRANCH`, `git stash --pop`, then commit
3:53:09
Vinapocalypse
idk if yall have seen the "Programmers are also human" YT channel - most of their jokes are so-so to me but they did a video recently about esoteric languages which was v funny