Articles in this series
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...
TL;DR: Commands usage for git commit and git log git add Add the files to the staging area Usage git add <file1>…<filen>: to add the files git...