Automatically batch execute `git pull` command on all primary folders under the specified directory to update the repository to the latest version
Project description
Auto-Batch-Pull
Created by Guofeng Yi
📝 Introduction (介绍)
When you clone a bunch of similar repository codes for the purpose of learning a specific knowledge point and want to mimic and study, do you also find it a headache to manually execute git pull
in each folder every time?
This project aims to help you automatically execute the git pull
command in bulk on all folders containing '.git' in a specified directory, updating all repositories to the latest version, thereby saving you time.
当你为了学习某一个知识点克隆了一堆类似的仓库代码想要模仿学习时,你是否也头疼于每次要手动在每个文件夹执行一次 git pull
?
本项目旨在帮助你在指定目录下所有包含.git的文件夹上自动批量执行“git pull”命令,以将所有存储库更新到最新版本,节省你的时间。
🏋️️ QuickStart
Install
pip install auto_batch_pull
# or from source
pip install .
Command Line Tools
abp --base_dir . # or abp -b .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file auto_batch_pull-0.1.0.tar.gz
.
File metadata
- Download URL: auto_batch_pull-0.1.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6046e74e649807e3352f21a688706902c4542e2edef6495e94f89b014b599eef |
|
MD5 | 9bc5c60ee08931ea4d03a8ea51be4921 |
|
BLAKE2b-256 | a301d7f9adeb21188fb4d5e4905482d12ac084e543fd986a0cc3130d91026d84 |
File details
Details for the file auto_batch_pull-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: auto_batch_pull-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31d6adcaae825af1551f304a6cb9cb629b6df27a624073c6f7ade9ba4d088ca4 |
|
MD5 | 5e29130feb863fe67c84ffc36de3252e |
|
BLAKE2b-256 | 58a3f335e5bb5bb0929fa05a5d5f32d19bed1277d4fd303c903adf404f1d3589 |