larshp / abapGitServer

Git server implemented in ABAP
MIT License
64 stars 25 forks source link

how to add all existing packages or objects in a dev class in ABAP system #160

Closed skck22 closed 2 years ago

skck22 commented 2 years ago

Hi Lars,

is there any way to add all existing custom packages or objects in all custom dev classes to a repository on abapgit ? this can be later used to take code backup.

larshp commented 2 years ago

see https://docs.abapgit.org/guide-moving-package.html

skck22 commented 2 years ago

thank you