github 新功能 profile README.md

自从github被微软收购后,天天都会有一些新花样,ui变化,界面变化,更多的功能,相信这个它会愈来愈好,程序员愈来愈喜欢。
今天浏览大佬的github 无心中发现了 github profile README.md【is a special repository. Its README.md will appear on your public profile!】。
发现恰好我爱好的一个功能,并且以前利用Gists来给本身作了一个简单的介绍。git


来吧 咱们就开始搞本身的 Github Profile ReadMe程序员

Create a new repository

建立一个 和本身github id 同名的 repositories ,如loveincode,建立一个loveincode的便可,可选初始化README.md

github

Update REDAME.md

修改你想展现的文字到README.md,而后回到你的首页就有了。
而后有大佬已经有写一些插件直接用,能够展现github的一些汇总信息,start数、commit数、issues数等api

[![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats)

将username 替换成你的 便可。
app

效果

相关文章
相关标签/搜索