bitbucket_commit – Commit changes in repository

Synopsis

Commit changes to Bitbucket repository

Requirements

The below requirements are needed on the host that executes this module.

  • os

  • pathlib

  • gitpython

Parameters

repository (True, str, None)

Repository name.

project_key (True, str, None)

Bitbucket project key.

commit_msg (True, str, None)

Bitbucket commit message.

dest (False, str, None)

Local destination directory for repository.

Examples


Status

Authors