I forget if I’ve already initialized a Git repo on my local machine. How do I know?

No problem! Navigate to your project folder in the terminal (Ex: Sites/my_project) and run ‘git status’. 

You could also run ‘ls -a’, which will show you all your files (including the ‘hidden’ ones) and you should see a ‘.git’ directory if you had already put your files under version control.

Still need help? Contact Us Contact Us