18:13:32iskawhat 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:36Vinapocalypse`git stash` to move the changes aside, `git pull`, `git checkout -b YOUR_BRANCH`, `git stash --pop`, then commit
18:27:43iskastashing only deals with uncommited stuff, he has made commits to master
3:53:09Vinapocalypseidk 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