Files
clan-core/pkgs/agit
a-kenji f92cc19647 agit: Add documentation to EDIT_MSG and strip comments
Add documentation to EDIT_MSG and strip comments
2025-06-17 11:48:12 +02:00
..
2025-06-11 12:26:19 +02:00
2025-06-11 12:26:19 +02:00

agit

A helper script for the AGit workflow with a gitea instance.

usage: agit [-h] {create,c} ...

AGit utility for creating and pulling PRs

positional arguments:
  {create,c}    Commands
    create (c)  Create an AGit PR

options:
  -h, --help    show this help message and exit

The defaults that are assumed are:
TARGET_REMOTE_REPOSITORY = origin
DEFAULT_TARGET_BRANCH = main

Examples:
  $ agit create
  Will create an AGit Pr with the latest commit message title as it's topic.

  $ agit create --topic "my-feature"
  Set a custom topic.

  $ agit create --force
  Force push to a certain topic
        

References: