We have a zip file where all project(Laravel) files are stored. Since there is no known way of extracting files inside git, what we did was to extract the files, and then pushed the directory to git.
Everything is working except;
- empty folders were not uploaded, we added a .gitkeep file to all empty folders to keep them
- the permissions were not preserved. for this problem, we still havent found a solution.
Any advice related would be highly appriciated.