Hello-World$ mkdir ~/Hello-WorldCreates a directory for your project called "Hello-World" in your user directory$ cd ~/Hello-WorldChanges the current working directory to your newly created directory$ git initSets up the necessary Git filesInitialized empty Git repository in /Users/you/Hello-World/.git/$ touch READMECreates a file called "README" in your Hello-World directory