Add The Project To A Git Repo
Goals
Pasos
Step 1
Type this in the terminal:git initStep 2
Type this in the terminal:git statusStep 3
Type this in the terminal:git add .Step 4
Type this in the terminal:git statusStep 5
Type this in the terminal:git commit -m "Added all the things"Step 6
Type this in the terminal:git status
Explicación
Next Step:
Go on to Running Your Application Locally