🖥️
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?

  1. Set Up

Install Git

PreviousHow do I use Git with GitHub?NextCreate a GitHub Account

Last updated 4 years ago

Was this helpful?

Navigate to git's website:

Follow the instructions to download git depending on your operating system.

  1. For Windows: The download should start once you click on the Windows option.

  2. For Linux: Use your terminal and whichever package manager to download git.

  3. For Mac: Use your terminal to first install Homebrew (To check if Homebrew is install, type "brew help" into your terminal. If your terminal returns "command not found" then you need to install it) and then install git using the command "brew install git."

Git - Downloads
Logo