On Tue, Oct 17, 2017 at 01:07:33AM -0700, 王一航 wrote: > When I was using github, I wanted to know the purpose of a specified file > in a warehouse or frame, such as config.php, > which was used to describe the configuration file. At the beginning of the > warehouse owner, > File, the submission of the comment information may be the use of this > document, but once the file has changed, then it will lose the description > of this document > At present, the data described in this description requires the owner of > the warehouse to take the initiative to write a special document > My question is whether you can open a data structure in the git repository > to store the role of a file in the entire project
Yes, there are "git notes" -- see `git help notes`. But it appears you're trying to invent a too high-tech colution for a simple problem: what's wrong with a simple README.md having a section dealing with all the project files of key importance? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
