🖥️
Introduction to Git and GitHub
  • Getting Started
  • Background
    • What is Version Control?
    • What is Git?
    • How do I use Git with GitHub?
  • Set Up
    • Install Git
    • Create a GitHub Account
  • Repository
    • Introduction
    • Create Repository
    • Cloning Repository
  • Git Commands
    • Introduction
    • git status, git add, git commit, git push
    • git pull
  • Conclusion
  • Extra Resources
  • Original Documentation
Powered by GitBook
On this page

Was this helpful?

Getting Started

NextWhat is Version Control?

Last updated 4 years ago

Was this helpful?

This document will show how to complete the following steps:

  1. Download Git onto your local computer

  2. Create a GitHub account

  3. Create a repository on GitHub

  4. Create a copy of a repository on your local computer

  5. Add a file to your local repository

  6. Push your file to GitHub

  7. Make changes to a file on GitHub

  8. Pull changes to your local computer