what should be in the git description file?

Viewed 32528

After initialising a new local repo there is a description file present.

What is it used for and how should I format it? Or is it simply a local helper file.

This thread Accessing git's `description' file suggests one style, but no man page or other reference to why it should be the way it is.

4 Answers

The content of this file is also used by gitolite with the "desc -ld" command.

you can modify this file, but it doesn't seem to me that it's taken into account to be commited.

Related