Metadata-Version: 2.3
Name: autogitsync
Version: 0.2.0
Summary: Automatically sync outgoing local changes with a remote repository.
Author: Rodrigo Girão Serrão
Author-email: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
Requires-Dist: click>=8.2.1
Requires-Dist: gitpython>=3.1.45
Requires-Dist: rich>=14.1.0
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# autogitsync

```
Usage: autogitsync [OPTIONS] REPO_PATH

  Automatically sync outgoing local changes into a git repository.

Options:
  --interval SECONDS   How often (in seconds) to attempt syncing.  [default:
                       60; x>=1]
  --verbose / --quiet  Turn logging on/off.  [default: verbose]
  --amend              Amend first sync commit with subsequent changes.
  -m, --message MSG    Commit message to use.  [default: Auto sync commit]
  -h, --help           Show this message and exit.
```
