⊗gtPmBsPTS 14 of 65 menu

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.

enru