An open API service indexing awesome lists of open source software.

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

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.

![](assets/demo.gif)

```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.