A git add Command is a git command that adds file contents (found in the working tree) to the git repo index.
git add --all --dry-run
git clone
git status
git commit
git push
git rebase