Github commands

Hello,

Could someone give me a brief explanation on basics git commands that are used in github (like, add, commit, push, etc…? I want to understand the basics of working with github.
Also, what is the difference between git and github, if any? :slight_smile:

It’s not much but the commands you’re talking about are talked about here.

And for the difference, I’m looking forward to the answers :wink:

Not to be confused with merely Git, Github takes that lovely commit history and hosts it online so that you can access it from any computer. You do this via pushing commits from your local machine (i.e.: the computer you’re currently using) up to Github, and then, from the new/different computer pulling those commits down.

From the article Git and Github in Plain English

2 Likes
2 Likes