Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 318 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 318 Bytes

mkdir ~/Hello-World

Creates a directory for your project called "Hello-World" in your user directory

cd ~/Hello-World

Changes the current working directory to your newly created directory

git init

Sets up the necessary Git files

Initialized empty Git repository in /Users/you/Hello-World/.git/

touch README