Skip to content

git-akihakune/git-puller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

$ git clone https://github.com/git-akihakune/git-puller.git $ cd git-puller

Then, based on your chosen language:

# python $ ./pull.py # if error $ python pull.py # if you're using Kali Linux $ python3 pull.py
# bash script $ ./pull.sh # or ````bash pull.sh```
# Powershell script PS /home/user> .\pull.ps1

Contribute

If you want to contribute more scripts in different languages, please create a pull request and I'll reply as fast as I can.