Intro to GitHub – An Introduction to Web Development Version Control – What is Version Control?



Intro to GitHub – An Introduction to Web Development Version Control – What is Version Control?

0 0


githubTalk

Repo for a talk on GitHub using reveal.js

On Github tylerablake / githubTalk

Intro to GitHub

An Introduction to Web Development Version Control

Created by Tyler Blake / @TylerBlakeLOU

Agenda

  • What is Version Control?
  • What is Github?
  • How to Start
  • Basic Use Cases
  • References
  • Questions

What is Version Control?

  • A way for a group to collaborate on a single project.

What is GitHub?

GitHub is..

  • The preferred VCS for developers
  • Allows for version tracking
  • Allows for team coordination
  • Allows progression tracking

How to start

Go to GitHub

Create an account

Download the Client

Create a Repo

  • A repository is like a folder containing a project

Download the Repo and Start Developing!

Basic Use Cases!

Navigating in the Command Line

Creating a Repo

Cloning a Repo

Adding to a Repo

Adds & Commits

Branches

Tags

Logs

References

Questions?