#git
Read more stories on Hashnode
Articles with this tag
TL; DR: Small brief on commit message and its composition plus link to reference doc. Reference Doc https://git-scm.com/docs Atomic Commits Keeping...
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...
Official Setup macOS Windows Linux Alternate Setup for Windows Users Install Chocolatey CLI Run command(in Admin mode): choco install git -y