🖥️
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. Git Commands

Introduction

This section will demonstrate how to "push" and "pull" from your local repository (i.e on your local computer) to the repository on your remote repository (i.e GitHub website).

We will go over the process for both directions and review other useful commands.

PreviousCloning RepositoryNextgit status, git add, git commit, git push

Last updated 4 years ago

Was this helpful?