Skip to content

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

License

Notifications You must be signed in to change notification settings

jimkil/update_git_repositories

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%