Introduction to version control with Git
Duration: 2 afternoons (2.5 hours per day)
Check out the workshop website for more information.
Workshop description
Learning to use Git is an essential skill if you use any programming language. It allows you to keep track of changes to your project over time, collaborate with others, and maintain a clear and organized project structure. This can save you time, improve research efficiency, and also makes it easy to publish your code via platforms such as GitHub.
The main goal of this crash-workshop is to give you the basic skills you need to start using Git for your own research projects both individually and in collaboration with your colleagues. You will learn a complete Git workflow including remote repositories on GitHub both in theory and practice.
In 2 afternoon sessions, we will cover the following topics:
- Session 1: Basic Git concepts and workflow (initializing a repository, commiting changes, pushing to a remote)
- Session 2 Collaboration workflow with Git and GitHub (branching, merging, pull requests)
You will learn both the theory and the practice with hands-on exercises.
One week after the workshop, we meet again for a consultation hour to discuss potential questions that came up during your individual work with Git.
For whom is this workshop?
The target audience of this workshop are beginners without prior experience with Git and GitHub. However, it might also be interesting if you already use Git for your personal projects but want to learn more about the underlying concepts and collaboration using Git and GitHub.