Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 742 Bytes

File metadata and controls

26 lines (19 loc) · 742 Bytes

Program

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.

Introduction to Git

  • What is Git?
  • Why use Git vs other version control systems?
  • Git work flow
    • git status
    • git add and git commit
    • git log
    • branching
    • git revert

Introduction to GitHub

  • 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