Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 458 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 458 Bytes

git-updater

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.