Crates.io | gitaware |
lib.rs | gitaware |
version | 1.0.2 |
source | src |
created_at | 2023-01-04 19:42:47.772005 |
updated_at | 2023-08-01 18:08:40.189771 |
description | Git Aware is a command line tool that aims to make it easier to detect any dirty working copy in projects that uses Git |
homepage | https://github.com/PaulRosset/git-aware |
repository | https://github.com/PaulRosset/git-aware |
max_upload_size | |
id | 751074 |
size | 59,334 |
Git Aware is a command line tool that aims to make it easier to detect any dirty working copy in projects that uses Git.
Git Aware has been designed to address the need when an person will drop or switch of computer but want to make sure that we will not lose on any Git related content.
The CLI tool will scan and identify all the Git repositories on your system and notify you if your working copy is dirty, allowing you to take timely action and prevent the loss of any previous work.
To use it, there is multiples possibilities:
cargo install gitaware
cargo build --release
at the root of the repository, the binary will be served under target/release/gitaware
Once the binary is located on your machine, to use it simply do:
gitaware
or if you want to target a directory:
gitaware -p the/directory/to/target
Any contribution are welcome.