Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 988 Bytes

File metadata and controls

36 lines (25 loc) · 988 Bytes

git logo

Intro to Git Workshop

Installation

This workshop covers Git CLI (command line interface, not Git GUI).

Pre-workshop Preparation

Part 1: Software Installations (Required)

Part 2: SSH Keys (Optional)

Part 3: Setup (Required)

Part 4: Questionnaire (Optional)

Objectives

  • Introduction to Git & GitHub
    • GitHub browser
    • Settings
    • Navigating page
  • Individual repositories
    • learn to create a repo on GitHub and update via Git
    • clone a repository (copy from GitHub browser to local machine using Git)
    • add collaborators
    • create a branch and work from it
    • undo Git changes
  • Collaborating
    • clone an organization's repo
    • make changes and submit a pull request
  • Follow along these workflows