Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 422 Bytes

index.md

File metadata and controls

24 lines (16 loc) · 422 Bytes

Repository Shell Commands

mkdir Git mkdir cd Git mkdir 2020-07-29-baouche cd 2020-07-29-baouche

Git Commands for today's lesson

Git global configuration

git config --global user.name "Baouche Mohamed El Ouard" git config --global user.email "[email protected]"

Creating Git Repository commands

git init

Checking Status

git status

git add git commit

Thank You Carpentry