top of page

Workshop 6 - Version Control

  • Writer: Alex
    Alex
  • Nov 2, 2021
  • 1 min read

This week, we are going to talk about version control. Version control is the process of tracking and managing changes that are made to a project's codebase. GitHub is the #1 version control system out there, and just about everyone in app development or software engineering uses it. In this workshop, we'll discuss what GitHub is, merging, CI/CD, Git flow, automation, and some other advanced topics regarding version control. To prepare for this workshop you'll need a GitHub account at https://github.com/. You may already have one set up with OSU if you don't have your own yet. You'll also want to download the git command line interface (CLI) at https://git-scm.com/downloads.


Comentarios


bottom of page