2020-05-25-online

day 3

git-collaborative

https://coderefinery.github.io/git-collaborative/

Remotes

https://coderefinery.github.io/git-collaborative/01-remotes/

Centralized workflow

https://coderefinery.github.io/git-collaborative/02-centralized/

Centralized workflow exercise

https://coderefinery.github.io/git-collaborative/02-centralized/#centralized-workflow-exercise

git-collaborative continued

Forking workflow

https://coderefinery.github.io/git-collaborative/03-distributed/

In this lesson, it is very similar to what we did before, but instead of “adding as a collaborator”, we “fork” (make a personal copy), and see that we can send pull requests just like normal. This means that you can easily contribute to any other repository, without asking for permission first.

Forking exercise

https://coderefinery.github.io/git-collaborative/03-distributed/#exercise-practice-collaborative-forking-workflow

Forking workflow continued

We continue with an example of going through this repository

How to contribute changes to someone else’s project

https://coderefinery.github.io/git-collaborative/04-contributing/

This quick lesson is about the social aspects of contributing to someone’s project: technical tool is the distributed workflow we just did

Day 3 feedback