2/9 Research Software Engineering with Python (COMP233) - Git Part 2
Update: 2025-10-08
Description
In this episode we look into more essential Git commands, such as branching and merging. Branching and merging are key concepts that help you develop code or even text documents in a team. They help you maintain different versions of files and work on them independently.
Another element of collaborative working is provided by GitHub: the pull request. Pull request are a great way to do code reviews, which avoids introducing bugs and also learn from each other.
In my conversations Sam and Eirini talk about these key features and their experiences with it.
Links:
- https://git-scm.com/ Git again
- https://martinfowler.com/articles/branching-patterns.html Martin Fowler's blog post on branching patterns
- https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests explains the mechanics of pull requests in more detail
- https://github-pages.ucl.ac.uk/rsd-engineeringcourse/ Lecture notes
This podcast is brought to you by the Advanced Research Computing Centre of the University College London, UK.
Producer and Host: Peter Schmidt
Comments
In Channel