#command #git-repository #directories #index #limited #repotools #aa

yanked aa2

add all files in git repository to index, optionally limited to one or more directories

0.9.1 Nov 16, 2019
0.9.0 Nov 15, 2019
0.0.1 Nov 14, 2019
0.0.0 Nov 14, 2019

#47 in #limited

ISC license

9KB
79 lines

aa2

Crates.io

This crate provides the aa command, and is part of the repotools set of utilities.

You can install all of the repotools utilites by running the following command in your terminal:

cargo install repotools

If you want to install only some of them, you can install them individually. Refer to the repotools for the full list of utilities and links to their individual crates.

To install aa utility individually, run the following command in your terminal:

cargo install aa2

Usage

aa [<path>...] – add all files in git repository to index, optionally limited to one or more directories

When you want to stage everything, or everything in certain directories, for commit, you type aa or aa <path>... respectively.

aa is like git add -A, only more awesome.

Dependencies

~0.5–0.9MB
~13K SLoC