git add
This command adds specifically indicated file to the staging area.
$ git add FILENAME
These commands work the same way and they add all the changes to the staging area.
$ git add .
$ git add -A
$ git add --all
by Eka Suarishvili
1 year ago
Git
0
Pro tip: use ```triple backticks around text``` to write in code fences