我对 GIT 还很陌生,我想知道我是否可以按照以下方式进行操作,
我正在开发一个具有前端和后端的应用程序。
假设前端包含位于此路径中的 10 个文件。
例如:
/home/front_end/file1 , /home/front_end/file2 ...... /home/front_end/file10
而后端包含位于不同路径中的 100 个文件。
例如:
/home/app/code/file1, /home/app/code/file2 ,................./home/app/code/file99
如何创建具有两个不同位置的存储库?