Do you recognize the following situation?
Not only is the above situation very inconvenient, it can have serious consequences when the code from the above files is used for analysis or other applications. Finally, which file contains the most recent code? Can that code be trusted? Who worked on it last? And what did that person modify? Git is the solution.
Git is a version control system (VCS) and in this workshop, you’ll learn what a VCS is, what git is, how to use git, and why git is indispensable as a data professional. You’ll learn how to use git for standalone projects, and how to use Gitlab, GitHub, or Azure DevOps for projects with others. The workshop is hands-on and through various exercises you will learn the most important git commands.
Learning goals
- You know what a VCS is and its relationship to git
- You know the most important git commands and can apply them independently
- You are more comfortable using a command-line interface (CLI)
- Know how to use git in a team context
Target audience
This workshop is designed for data professionals who write code or use code in their work. Prior knowledge of a CLI is helpful but not necessary.
If you have no experience with a CLI, we will prepare you through some blogs and videos.