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).
Currently
adt_gitpullalways pulls whatever branch is configured on the SAP system (typicallymain). It should support an optionalbranchparameter 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
branchparameter (e.g.refs/heads/feat/my-feature). When provided, pull that branch instead of the default. When omitted, keep current behavior (pull default branch).