This repository can be used for updating all repositories within one single directory (ROOTDIR
).
export ROOTDIR=~/your-base-path
bash update-git.sh
For previous example, structure of repositories is the following:
your-base-path
│
├── repository1
│
├── repository2
│
└── repository3
For fully automating this process, please ensure, that you do not manually need to enter any credentials.