Crates.io | dp2 |
lib.rs | dp2 |
version | 0.8.0 |
source | src |
created_at | 2019-11-14 00:16:42.132496 |
updated_at | 2019-11-16 04:50:42.952433 |
description | diff files pending staging in git repository, optionally limited to a given file or directory |
homepage | |
repository | https://github.com/ctsrc/repotools/tree/master/dp2 |
max_upload_size | |
id | 181076 |
size | 15,607 |
This crate provides the dp
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 dp
utility individually, run the following
command in your terminal:
cargo install dp2
dp [<path>...]
– diff files pending staging in git repository, optionally limited to one or more files or directoriesWhen you look at what changes you want to stage for commit, you type dp
.
dp
is like git diff
, only more awesome.