Upgrade to Pro — share decks privately, control downloads, hide ads and more …

HOW TO USE GIT AND GITHUB

Ruth Ikegah
February 21, 2021

HOW TO USE GIT AND GITHUB

An introduction to Git and GitHub

Ruth Ikegah

February 21, 2021
Tweet

More Decks by Ruth Ikegah

Other Decks in Technology

Transcript

  1. WHAT IS GIT? Git is a version control system developed

    by Linus Torvalds in 2005. Git helps developers keep track of the state of their code and allows collaboration on a code base.
  2. WHAT IS GITHUB? GitHub is a code hosting platform for

    version control and collaboration. GitHub is simply a website that lets you manage and upload your git repositories to the cloud.
  3. GITHUB Hosting your code on the cloud A handy web

    UI to see things A place where collaborators can easily view, clone, and contribute to the project GIT Track changes Work on multiple branches Undo changes View previous changes