Skip to content

More Accurate description what "git add ." does #107

@putztzu

Description

@putztzu

6.5 And Now for Something Beautiful

git add .
which adds the files that you changed;

More accurately, "git add ." creates a list of files which have been newly created or added to the local repo so that those changes can be prepared for staging. Is not required for any existing files which only have been modified/changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions