https://github.com/git-akihakune/git-puller
Scripts for automating updating local Git repositories
https://github.com/git-akihakune/git-puller
automation bash git-pull git-pull-script python scripts
Last synced: 3 months ago
JSON representation
Scripts for automating updating local Git repositories
- Host: GitHub
- URL: https://github.com/git-akihakune/git-puller
- Owner: git-akihakune
- License: mit
- Created: 2021-09-15T01:57:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T09:43:22.000Z (over 3 years ago)
- Last Synced: 2025-01-11T16:49:21.504Z (about 1 year ago)
- Topics: automation, bash, git-pull, git-pull-script, python, scripts
- Language: Python
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts for recursively pulling git repositories
## Why?
Developers usually work with lots of different tools and repositories, and keep them up-to-date is a must, but a tedious task. Therefore, here're the scripts written in different languages that help automating that boring process.
## Usage
Simply clone, copy-paste, or download via HTTPS, the script you want to use, then execute it.

```bash
$ git clone https://github.com/git-akihakune/git-puller.git
$ cd git-puller
```
Then, based on your chosen language:
```bash
# python
$ ./pull.py
# if error
$ python pull.py
# if you're using Kali Linux
$ python3 pull.py
```
```bash
# bash script
$ ./pull.sh # or ````bash pull.sh```
```
```powershell
# Powershell script
PS /home/user> .\pull.ps1
```
## Contribute
If you want to contribute more scripts in different languages, please [create a pull request](https://github.com/git-akihakune/git-puller/pulls) and I'll reply as fast as I can.