ImperialCollegeLondon / intermediate_grad_school_git_course

Intermediate Git and GitHub for Effective Collaboration
https://imperialcollegelondon.github.io/intermediate_grad_school_git_course/
Other
3 stars 1 forks source link

Adapt collaborating using GitHub - Clearly define Forking and Branching #5

Closed dalonsoa closed 10 months ago

dandavies99 commented 2 years ago

From the sprint planning meeting: One idea was to introduce forking as a way to specifically contribute to repositories that you don't have write access too. The majority of students will probably be working with repos for their own / their research group projects, so will not usually use a "fork-and-pull" workflow to make changes.

dandavies99 commented 2 years ago

From the sprint planning meeting: It might be useful to briefly revisit GUIs in this section (and/or possibly in #3) in the context of visualising branches and tackling merge conflicts.

TinyMarsh commented 2 years ago

I've claimed this issue but I may need some help with revisiting GUIs when I get to that bit.

TinyMarsh commented 2 years ago

I've just realised the content that already exists in the Collaborating with git section is the stuff that @cc-a pushed yesterday. Is this issue supposed to be addressing fleshing out the outline Chris created, in addition to adding some things talking about forking? It's the latter that I've been working towards.