search

Home  >  Q&A  >  body text

php - What is the md file of github for?

I feel like these have no impact on the code

習慣沉默習慣沉默2799 days ago1058

reply all(6)I'll reply

  • PHPz

    PHPz2017-05-16 13:01:52

    "md" is the extension of the Markdown file, and ReadMe.md is an introduction to the project. Introduce others to what your project does and how to use it. License is authorization. If others want to use your code, do they have to pay you, etc. .gitignore tells git which files not to submit when submitting.
    If you have anything else you don’t know, please leave it in the comments

    reply
    0
  • 大家讲道理

    大家讲道理2017-05-16 13:01:52

    This file is used to give a brief introduction to your project.

    reply
    0
  • PHP中文网

    PHP中文网2017-05-16 13:01:52

    md is a Markdown file, a markup language that is very convenient for writing notes.
    The md file in GitHub is mainly used to explain the usage and introduction of the project to users. This file has no impact on the code, but if it is missing, users can only judge the intention of your project by reading the code.

    reply
    0
  • 習慣沉默

    習慣沉默2017-05-16 13:01:52

    markdown syntax

    reply
    0
  • 世界只因有你

    世界只因有你2017-05-16 13:01:52

    This document is an introduction to your project

    reply
    0
  • PHP中文网

    PHP中文网2017-05-16 13:01:52

    Haha, markdown is worth having

    reply
    0
  • Cancelreply