假设我在 Github 中有以下结构(远程)
/project
/dir1
/dir2
file1
file2
现在,我分叉了 repo 并将其更改为以下内容:
/project
/dir_list
/files_list
每当我推送 repo 时,我希望遥控器是这样的:
/project
/dir_list
/files_list
而不是:
/project
/dir1
/dir2
file1
file2
/dir_list
/files_list
我怎么做?