Git commands
List of all the widely used git commands :
git init - tracking the required project folder via git.
git status - specifies all untracked and modified files.
git add . - adds all the untracked and modified files into the staging area.
git commit -...
shrutioneway.hashnode.dev4 min read