Skip to content

Files

Latest commit

251a659 · May 26, 2022

History

History

git-au

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2022
May 26, 2022

README.md

git au

Short for "git add --update"

Add just the files that are updated.

Git alias:

au = add --update

Example:

git au

Documentation

-u, --update

Update the index just where it already has an entry matching <pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).