spbail / git-intro-workshop

Git Intro Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git logo

Intro to Git and GitHub Workshop

Course Created by: Reshama Shaikh | @reshamas

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


☕ Buy me a coffee ☕

If you enjoy this workshop and want to say thanks, you can buy me a coffee here: https://www.buymeacoffee.com/sambail Thank you 😄


About This Workshop

Git is the most widely used modern version control system in the world today. GitHub has quickly become one of the key tools for hosting Git repositories, and has quickly become an important collaboration platform for open source development. In this workshop, you will learn the basics of version control with Git and GitHub. We will cover

  • Some basic theory behind the version control tool git
  • Creating a new repository
  • Making new commits
  • Creating branches and pull requests
  • Forking repositories

There are no pre-requisites for learners, but some basic knowledge of shell commands will be helpful.

Note: This workshop teaches you the basic workflows to interact with Git. We won't cover a lot of theory or "what's going on behind the scenes". In order to become fluent in Git and deal with merge conflicts and other complex workflows, you should read up on the inner workings. I recommend "How Does Git Actually Work?".

Pre-workshop preparation

Please complete these steps before the workshop.

Workflow 0.1: Software Installations (Required)

Workflow 0.2: SSH Keys (Optional)

Workflow 0.3: Setup (Required)

Workshop content

Workflow 1.3: Working with branches

About

Git Intro Tutorial

License:MIT License