+ [6 years ago] Henry151 so I'm just here to ask about the "right way" or "best practices" specific to this circumstance.
+ [6 years ago] Henry151 I 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] Henry151 but i want to understand the git / github workflow better.
+ [6 years ago] Henry151 anyway, 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] R2robot that's a lot of words. :P

message no. 173183

Posted by Henry151 in #github at 2019-06-09T03:58:31Z

but i want to understand the git / github workflow better.
+ [6 years ago] VxJasonxV Henry151: https://rogerdudler.github.io/git-guide/ and https://git-scm.com/book/en/v2
+ [6 years ago] VxJasonxV the best workflow in your situation is ALWAYS work in branches
+ [6 years ago] VxJasonxV finish your work, merge it in. don't want it anymore? delete the branch.
+ [6 years ago] VxJasonxV commit, test, commit, test, commit, test, (with optional pushes at any time if collaborating on the same branch), merge, push
+ [6 years ago] BPL Hi guys, do you know an easy way to get all urls from a particular github site?