Add The Project To A Git Repo
Goals
Steps
Step 1
Type this in the shell:git statusStep 2
Type this in the shell:git add -AStep 3
Type this in the shell:git commit -m 'new rails project'Step 4
Type this in the shell:git logStep 5
Type this in the shell:git status
Explanation
Next Step:
Go on to Running Your Application Locally