Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmuhammed/git-bulky
بريمج بايثون لنسخ مجموعة من المستودعات الخارجية مرة واحد - Easily clone a group of git remote repositories
https://github.com/lmuhammed/git-bulky
git github python-3 python-app python-script python3
Last synced: about 2 months ago
JSON representation
بريمج بايثون لنسخ مجموعة من المستودعات الخارجية مرة واحد - Easily clone a group of git remote repositories
- Host: GitHub
- URL: https://github.com/lmuhammed/git-bulky
- Owner: Lmuhammed
- Created: 2023-11-24T12:58:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-05T18:10:01.000Z (6 months ago)
- Last Synced: 2024-07-05T22:17:12.660Z (6 months ago)
- Topics: git, github, python-3, python-app, python-script, python3
- Language: Python
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-Bulky
![repo background](repo_background.png)## الدليل بالعربية
إذا كنت تريد تنزيل أكثر من مستودع جيتهوب ،يكنك التزيل بالطريقة التقليدية لكنها طريقة غير عملية و مستنفذة للوقت .لكن نحن هنا :D ، يمكنك إستعمال هذا البرنامج
### جدول المحتويات
- [التثبيت](#التثبيت)
- [الاستخدام](#الاستخدام)
- [المساهمة](#المساهمة)
- [الترخيص](#الترخيص)### التثبيت
- إفتح الطرفية في مكانك المفضل
```bash
git clone https://github.com/Lmuhammed/git-Bulky.git
```### الاستخدام
- قُم بالدخول إلى مجلد المُستودع```bash
cd ./git-Bulky
```
- ضع روابط المستودعات في ملف repos.txt```bash
python3 ./git-Bulky
```### المساهمة
إذا لاحظت أي مشكلة أو درت المُساهمة في التطوير ، لا تتردد في الإبلاغ غن خطأ
أو قم بنسخ المُستودع وأرسل التغييرات للمُراجعة .
### الترخيصموزعة بموجب ترخيص GPL3. انظر 'LICENSE.txt' لمزيد من المعلومات.
### English manual
If you want to clone more than one GitHub repository, you can download the standard way, but it's impractical and time-consuming.
#### Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)#### Installation
- Open the terminal at your favorite place
```bash
git clone https://github.com/Lmuhammed/git-Bulky.git
```#### Usage
- Access the project folder```bash
cd ./git-Bulky
```
- Include repositories links in a file repos.txt and :```bash
python3 ./git-Bulky
```#### Contributing
If you notice any issues or want to contribute to the development, feel free to report a bug or fork the repo and commit changes as PULL REQUEST
#### License
Distributed under the GPL3 License. See `LICENSE.txt` for more information.