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.
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-pullerThen, 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.ps1If you want to contribute more scripts in different languages, please create a pull request and I'll reply as fast as I can.
