abapGit/docs/guide-moving-package.md
mariusraht2 71b3b0b5e0 Issue 3112: +Online instead of +Clone Button (#3115)
* Create pull.yml

* Update zcl_abapgit_git_transport.clas.abap

* Update zcl_abapgit_git_transport.clas.abap

* Update pull.yml

* Delete pull.yml

* Updated images

* Update guide-moving-package.md

* Add files via upload

* Add files via upload

* Delete existing_package.png

* Add files via upload

* Delete existing_package.png

* Add files via upload
2019-12-11 06:47:13 +01:00

22 lines
517 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 via the +Online button:
![](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)