#git #fetch #gc #concurrently #sub #directory

app git_fetch_concurrently

Do git fetch -p && git gc in each sub directory concurrently

2 releases

0.0.2 Aug 21, 2024
0.0.1 Aug 20, 2024

#136 in Memory management

Download history 107/week @ 2024-08-14 186/week @ 2024-08-21 3/week @ 2024-08-28

296 downloads per month

MIT license

10KB
63 lines

Contributors Forks Stargazers Issues MIT License


Logo

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

Do git fetch -p && git gc in each sub directory concurrently.

Now, please use asyncrun instead. asyncrun -e .git -- "git fetch -p" "git gc".

(back to top)

Built With

  • Rust

(back to top)

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

  1. Clone the repo
    git clone https://github.com/kingwingfly/git_fetch_concurrently.git
    
  2. Compilation
    cargo build --release
    

(back to top)

Usage

$ git_fetch_concurrently

(back to top)

Roadmap

  • Feature

See the open issues for a full list of proposed features (and known issues).

(back to top)

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Louis - 836250617@qq.com

Project Link: https://github.com/kingwingfly/git_fetch_concurrently

(back to top)

Acknowledgments

(back to top)

Dependencies

~3–11MB
~115K SLoC