Crates.io | git_fetch_concurrently |
lib.rs | git_fetch_concurrently |
version | 0.0.2 |
source | src |
created_at | 2024-08-20 03:13:20.643131 |
updated_at | 2024-08-21 19:05:51.753564 |
description | Do `git fetch -p && git gc` in each sub directory concurrently. |
homepage | |
repository | https://github.com/kingwingfly/git_fetch_concurrently |
max_upload_size | |
id | 1344808 |
size | 18,366 |
Do `git fetch -p && git gc` in each sub directory concurrently.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Do git fetch -p && git gc
in each sub directory concurrently.
Now, please use asyncrun instead. asyncrun -e .git -- "git fetch -p" "git gc"
.
Download in release page or
cargo install git_fetch_concurrently
Or you can compile yourself.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/kingwingfly/git_fetch_concurrently.git
cargo build --release
$ git_fetch_concurrently
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.
Louis - 836250617@qq.com
Project Link: https://github.com/kingwingfly/git_fetch_concurrently