Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 459 Bytes

Recursive Updating of GIT/SVN Repositories

Recursively update GIT and SVN directories.

Find folders which are managed by Revision-/Version-Control-System (RCS/VCS) tools, e.g., Git or Subversion (SVN), and update them (e.g., git pull).

Requirements

Usage

  1. set up: poetry install --only=main --sync --no-root (once)
  2. poetry run python recursive_rcs_update --help