-
copy the contents of zip archive to directory inside your project (for instance:
packages), so the final folder structure will look like:packages/administrator/src, etc... -
enter to
packages/administratordirectory and run:
git init; git add . ; git commit -m 'Init';