Date
Venue
Organizer
Didier Barradas Bautista
Visualization Core Laboratory
didier.barradasbautista@kaust.edu.sa
Register
How to Prepare?
Version control is essential to managing projects or keeping track of document changes and evolutions. Git is a distributed version control system that helps developers track changes in their code over time. It allows multiple people to work on the same project simultaneously without overwriting each other's work. Version control, in general, is a system that records changes to a file or set of files so that you can recall specific versions later. This is crucial for collaboration, as it enables teams to manage and merge different contributions efficiently, maintain a history of changes, and revert to previous versions if needed. Git is widely used because of its speed, efficiency, and robust branching and merging capabilities.
This hands-on lesson is part of the Introduction to Data Science Workshop Series offered by KVL as part of our ongoing efforts to build core data science skills capacity both at KAUST and within the Kingdom of Saudi Arabia (KSA).
If you have any questions, please contact us at help@vis.kaust.edu.sa.
The course is aimed at graduate students and other researchers. You don't need to have any previous knowledge of the tools that will be presented at the workshop.
Time | Topic |
---|---|
09:00 | Creating a repository |
09:30 | Core commands |
10:00 | Keep tracking of the changes |
11:00 | Remotes in GitHub |
12:00 | Interactive tools |