abapGit/docs/guide-import-zip.md
Marc Bernard 3db8c950b8
Adjust "ZIP" spelling (#4495)
* ZIP

* ZIP

* ZIP

* ZIP

* ZIP
2021-02-08 14:46:05 +01:00

1.2 KiB

title category order
Import ZIP offline projects 10

Download ZIP File

An offline project is based on a ZIP file that contains all files of a git repository.

First, download the latest version of the project you want to import.

Import ZIP File

  1. Connect to SAP in language English (EN)
  2. Run abapGit:
  • If you have installed the standalone version: in transaction SE38, run the program you created (ZABAPGIT_STANDALONE or ZABAPGIT_FULL or other)
  • If you have installed the developer version: run transaction ZABAPGIT
  1. Select New Offline
  2. Enter the project name and select an existing package or create a new package
  3. Select Import zip
  4. Select the ZIP file (eg. abapGit-master.zip)
  5. Select Pull zip

Hints

abapGit can only import files with LF as line-terminator. If you clone a project on windows with git cli to pack into a ZIP file later on, configure git not replace LF by CRLF:

git config [--global, --local, --system] core.autocrlf false