abapGit/docs/guide-moving-package.md
2017-06-11 11:23:31 +00:00

22 lines
494 B
Markdown

---
title: Moving package into git
category: online projects
order: 50
---
You have an existing package in your system that you want to copy to a new git repository,
![](img/existing_package.png)
Initialize the git repository, make sure it is not emtpy,
![](img/existing_repo.png)
In abapGit, clone the repository,
![](img/existing_clone.png)
The existing objects will show up in the worklist making it possible to commit the objects to the git repository,
![](img/existing_result.png)