- GitHub Essentials
- Achilleas Pipinellis
- 126字
- 2021-08-05 10:45:38
Learning about the README file
The README file is used to provide information about your project. Its content is automatically shown on the front page of your repository, so it is always a good idea to provide one file.
GitHub checks whether the README file comes with an extension; if it is supported for rendering, it automatically gets formatted according to its implementation.
For example, a README file can have a .md extension that stands for markdown, a .rst extension that stands for restructured text, and a .adoc extension that stands for AsciiDoc.
If the extension is not supported, then GitHub treats it like a regular text file and no formatting is done.
For a list of supported markups, go to https://github.com/github/markup#markups.
推薦閱讀
- 漫話大數(shù)據(jù)
- Hands-On Data Structures and Algorithms with Rust
- 云數(shù)據(jù)中心基礎(chǔ)
- 云計算環(huán)境下的信息資源集成與服務(wù)
- 從0到1:數(shù)據(jù)分析師養(yǎng)成寶典
- Game Development with Swift
- MongoDB管理與開發(fā)精要
- 大數(shù)據(jù)可視化
- Lean Mobile App Development
- Ceph源碼分析
- Remote Usability Testing
- 數(shù)據(jù)庫原理與應(yīng)用(Oracle版)
- gnuplot Cookbook
- 視覺大數(shù)據(jù)智能分析算法實戰(zhàn)
- Spring MVC Beginner’s Guide