aa2

Crates.ioaa2
lib.rsaa2
version0.9.1
sourcesrc
created_at2019-11-14 00:20:24.08452
updated_at2019-11-16 01:23:41.671606
descriptionadd all files in git repository to index, optionally limited to one or more directories
homepage
repositoryhttps://github.com/ctsrc/repotools/tree/master/aa2
max_upload_size
id181077
size16,008
(throwaway1676847773)

documentation

README

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.

Commit count: 90

cargo fmt