Start tracking of a project in Git
You can make all files in the project folder tracked. To do this, run the following command:
git add .
Make every file in your project trackable.
You can make all files in the project folder tracked. To do this, run the following command:
git add .
Make every file in your project trackable.