new


Git Command Add

Add is a command we can use to add the changes in the working directory to the staging area. If we use a dot (.) after git add it will add all the altered files to the staging area. After a git add we often run git commit.


Terminal example:

Terminal
>
git add .
> Output:

no message just goes shows next prompt.