saadrama / Github_Basics

Introduction to git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github_Basics

Introduction to git

Git states

Tracked State

Modified State

    git add <filename>

Staged State

    git commit -m "Commit Message"

Committed State

    git push

About

Introduction to git