2 releases
0.0.2 | Aug 21, 2024 |
---|---|
0.0.1 | Aug 20, 2024 |
#1 in #concurrently
10KB
63 lines
git_fetch_concurrently
Do `git fetch -p && git gc` in each sub directory concurrently.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project
Do git fetch -p && git gc
in each sub directory concurrently.
Now, please use asyncrun instead. asyncrun -e .git -- "git fetch -p" "git gc"
.
Built With
Getting Started
Prerequisites
Download in release page or
cargo install git_fetch_concurrently
Or you can compile yourself.
- Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Compilation
- Clone the repo
git clone https://github.com/kingwingfly/git_fetch_concurrently.git
- Compilation
cargo build --release
Usage
$ git_fetch_concurrently
Roadmap
- Feature
See the open issues for a full list of proposed features (and known issues).
Contributing
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Contact
Louis - 836250617@qq.com
Project Link: https://github.com/kingwingfly/git_fetch_concurrently
Acknowledgments
Dependencies
~3–12MB
~116K SLoC