Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.14 KB

git logo

Intro to Git Workshop

Course Created by: Reshama Shaikh | @reshamas

This is a fork of Reshama's workshop by Sam Bail @spbail with some modifications.


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)

Objectives

  • Introduction to Git & GitHub
    • Intro to version control and git
    • Intro to GitHub
    • Settings
    • Navigating GitHub
  • 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)
    • make and sync changes between a local and remote repo
    • create a branch and work from it
    • (Optional) undo Git changes
  • Collaborating
    • clone an organization's repo
    • make changes and submit a pull request