+[6 years ago]Henry151so I'm just here to ask about the "right way" or "best practices" specific to this circumstance. +[6 years ago]Henry151I could get the task done quickly enough in a fully manual way; i wouldn't even use diff, i'd just open two terminals tiled side by side, and open his on one side and mine on the other, and modify his until it had my changes incorporated +[6 years ago]Henry151but i want to understand the git / github workflow better. +[6 years ago]Henry151anyway, i will go have a smoke and see if anybody has any thoughts for me when i return in a few minutes. Thanks in advance :) +[6 years ago]R2robotthat's a lot of words. :P
+[6 years ago]VxJasonxVHenry151: https://rogerdudler.github.io/git-guide/ and https://git-scm.com/book/en/v2 +[6 years ago]VxJasonxVthe best workflow in your situation is ALWAYS work in branches +[6 years ago]VxJasonxVfinish your work, merge it in. don't want it anymore? delete the branch. +[6 years ago]VxJasonxVcommit, test, commit, test, commit, test, (with optional pushes at any time if collaborating on the same branch), merge, push +[6 years ago]BPLHi guys, do you know an easy way to get all urls from a particular github site?