Skip to content

paulinatester/update-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Repository Updater

This script allows you to update or clone a list of repositories defined in repositories.txt. The script checks each repository, and if it exists locally, it pulls the latest changes. If it doesn't exist, it clones the repository.

Usage

  1. Create a file named repositories.txt containing the URLs of the repositories, one URL per line.

    Example repositories.txt:

    https://github.com/username/repo1.git
    https://github.com/username/repo2.git
    https://github.com/username/repo3.git
    
    

About

Update list of repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages