Prettier EditConfig .editorconfig sample: # EditorConfig is awesome: https://EditorConfig.org# top-most EditorConfig fileroot = true# Unix-style newli ...
Git Command
Collections Remove all files to create an empty working directory git rm -rf .git commit -a -m 'delete all files'git push origin gh-pages Add content ...
gh-pages Deployment
Deploying a subfolder to GitHub PagesSometimes you want to have a subdirectory on the master branch be the root directory of a repository’s gh-pages b ...
Web Slides
PPT Slides Online https://slides.com/ http://yanshuo.io/ https://ppt.baomitu.com/ Web Slides https://github.com/ksky521/nodeppt http://js8.in/nodeppt ...
Linux Command Line
man: 查看命令说明 export: 显示所有的环境变量 echo $VARIABLE_NAME 获取某个变量的详细信息 echo $HOME, /Users/<your-username> printenv, 打印环境变量 echo: echo Hello World o ...