Skip to content

feat: enhance adt_gitpull to support pulling from different branches #63

@MagPasulke

Description

@MagPasulke

Currently adt_gitpull always pulls whatever branch is configured on the SAP system (typically main). It should support an optional branch parameter so feature branches can be synced to SAP for testing before merging.

Current behavior: Pulls the default branch linked in the abapGit repo config on SAP.

Desired behavior: Accept an optional branch parameter (e.g. refs/heads/feat/my-feature). When provided, pull that branch instead of the default. When omitted, keep current behavior (pull default branch).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions