Git first timer: multiple folders in one git repo
-
I usually setup my web project like this below (I'm not using Laravel):
- c:\laragon\system
- c:\laragon\www\proj_name
The first folder where I put my scripts, and the last one for public.
How do I include this 2 folders in one git repo?
-
I have no answer in your case.
But if you have no reason to not change your structure to:
C:\laragon\www\proj_name (your code)
C:\laragon\www\proj_name\publicThing is much easier
-
@leokhoa Thank you.