Table of content
Git Introduction See
Setup global parameters -> git config --global See
Setup the repository -> git init see
Adding files to the repository (Staging) -> git add see
Checking status of staging -> git status see
Un-staging files -> git reset see
Commit...
simplekit.hashnode.dev1 min read