Git Add

Adds content to the index or staging area.

bash git add <files>

bash git add -A

bash git add *.txt

bash git add "*.txt*"

bash git add views/layouts/