VS 2015 creates a project and registers it on Github, it cannot be managed as a folder

Asked 2 years ago, Updated 2 years ago, 51 views

I want to manage the project created by Visual Studio 2015 by linking it to GitHub (remote storage registration)

In my project, I categorized folders (filter classification) as .

However, the actual files registered on GitHub do not have any folder classification, so I leave a question.

I'd like to know how to organize it because it's not classified at all as above, what should I do?

github

2022-09-22 20:24

1 Answers

The GitHub stores the directory of the file system as it is. Therefore, if you want to organize and view files in GitHub, you need to sort the actual files into folders.

Usually, large projects actually manage files by categorizing them into folders.

Because the filter function of VS does not work with the actual path of the file (...) Typically, folders are created and used on the file system in the same way as the classification on the filter.

When you add a new file, when you add a file to the filter on VS, you can enter the file path directly, or create the file in the path and put it in the mapped filter on VS by drag and drop.


2022-09-22 20:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.