Skip to content

Git & GitHub

John Boos edited this page Sep 16, 2021 · 1 revision

Git is the standard tool for managing your code base. It saves revisions of code so that previous versions are always accessible. Github is a service that hosts the repository and allows for an entire team to work together successfully.

Goals

  1. Understand basic principals of Git
  2. Learn basic commands:
    • git clone
    • git add
    • git commit
    • git branch
    • git push
  3. Get familiar with GitHub workflow

Guide

Getting Started

Repositories

Committing

Branches

Pushing

Exercise

Resources

PackBionics Onboarding

Topics

Required topics are bold

Clone this wiki locally