git

Basic Git Command

Prerequisites

Init project Git local

create project

mkdir project-name

cd project-name
git init

Init Project via Clone Repository

git clone git@github.com:{username}/{reponame}.git

drawing

Cheat Cheet Command

https://education.github.com/git-cheat-sheet-education.pdf

Commands

Git Basic Command