The aim of the workshop is to give participants an introduction to version control with Git for personal use. Although Git, and websites/services such as GitHub, provide advanced collaborative tools for writing code in groups, the focus of this workshop will be on "single user" use.
- What is Git?
- Why use Git vs other version control systems?
- Git work flow
git statusgit addandgit commitgit log- branching
git revert
- What is GitHub?
- Using Github
- cloning and forking
- pushing and pulling
- The potentials of using GitHub
- sharing code, Open Source, documenting code, ...
- Things to keep in mind