The ansys.tools.repo_sync library#

Summary#

__main__

Tool to copy the content of one repo toward an other.

constants

Module containing constants for the repo sync tool.

repo_sync

Module containing the sync tool implementation.

synchronize

Synchronize a folder to a remote repository.

DEFAULT_BRANCH_NAME

Default branch name for the synchronization process.

DEFAULT_PULL_REQUEST_TITLE

Default title for the pull request created during synchronization.

Description#

Tool to synchronize the content of different repositories.

Module detail#