jimkil / update_git_repositories

Update all the git repositories with one bash script. Git pull for everyone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update git repositories

This repository helps you having all the repositories updated with git. It search all the folder that have .git folder and updates the repository. The folder that are being checked are the ones on the user folder. Repositories outside the user one will not be updated. Works on Linux and MacOs systems, need to try it on Windows.

How to install

Follow this two steps to install the command:

Clone the repository

git clone https://github.com/sWallyx/update_git_repositories.git

Run the install script*

./install.sh

Done! You will have the command available** on the terminal.

* On some cases you may need to make it executable first chmod +x install.sh

** You might need to restart the terminal

Usage

After making the installation write on the terminal git-update and you will see how all the repositories update.

Have fun coding.

TODO's

  • Restart after update, see issue #4
  • Remove repository if check #10

Licence

MIT - License

About

Update all the git repositories with one bash script. Git pull for everyone.

License:MIT License


Languages

Language:Shell 100.0%