mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
docs: last file
This commit is contained in:
parent
ec462c4be0
commit
44347b212d
|
@ -31,6 +31,8 @@
|
||||||
file: guide-export-zip
|
file: guide-export-zip
|
||||||
- title: Regular backup
|
- title: Regular backup
|
||||||
file: guide-regular-backup
|
file: guide-regular-backup
|
||||||
|
- title: Migrating from SAPlink
|
||||||
|
file: guide-saplink
|
||||||
|
|
||||||
- title: Reference
|
- title: Reference
|
||||||
items:
|
items:
|
||||||
|
|
7
docs/guide-saplink.md
Normal file
7
docs/guide-saplink.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Migrating from SAPlink
|
||||||
|
---
|
||||||
|
|
||||||
|
1: Install the slinkee/nuggets into the ABAP system using saplink
|
||||||
|
|
||||||
|
2: Use abapGit to export the objects as normal, see https://github.com/larshp/abapGit/wiki/Moving-existing-package-contents-into-git
|
|
@ -50,6 +50,8 @@ Valid prefix:
|
||||||
* **ZFOO**_BAR
|
* **ZFOO**_BAR
|
||||||
* **ZFOO_BAR**_QUX
|
* **ZFOO_BAR**_QUX
|
||||||
|
|
||||||
|
will give folder structure /foo/bar/qux/
|
||||||
|
|
||||||
Invalid prefix:
|
Invalid prefix:
|
||||||
* ZFOO
|
* ZFOO
|
||||||
* ZBAR
|
* ZBAR
|
||||||
|
@ -58,6 +60,11 @@ Invalid prefix:
|
||||||
|
|
||||||
Any package name is accepted
|
Any package name is accepted
|
||||||
|
|
||||||
|
* ZSOMETHING
|
||||||
|
* ZHELLO
|
||||||
|
|
||||||
|
will give folder structure /zsomething/zhello/
|
||||||
|
|
||||||
## Ignore
|
## Ignore
|
||||||
|
|
||||||
Files which abapGit will not download into your ABAP system.
|
Files which abapGit will not download into your ABAP system.
|
Loading…
Reference in New Issue
Block a user