mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
22 lines
494 B
Markdown
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,
|
|
|
|

|
|
|
|
Initialize the git repository, make sure it is not emtpy,
|
|
|
|

|
|
|
|
In abapGit, clone the repository,
|
|
|
|

|
|
|
|
The existing objects will show up in the worklist making it possible to commit the objects to the git repository,
|
|
|
|

|