TL;DR:
Simple introductory start with basic commands git status and git init.
git status
To check the status of the working directory.
git init
To initialize the working directory.
Note: This command creates a .git
folder.
Warning: Before running always do a git status
to avoid git within git.